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": "