end
Descriptor.swift:488var end: Int32 { get }var end: Int32 { get }s26SwiftProtobufPluginLibrary10DescriptorC14ExtensionRangeC3ends5Int32Vvp What are these?3NY7Himport SwiftProtobufPluginLibraryA reusable framework for building protoc plugins in Swift.
final class ExtensionRangeDescribes an extension range of a message. ExtensionRanges are not directly created, instead they are constructed/fetched via the Descriptor.
final class DescriptorDescribes a type of protocol message, or a particular group within a message. Descriptors are not directly created, instead they are constructed/fetched via the DescriptorSet or they are directly accessed via a messageType property on FieldDescriptors, etc.
@frozen struct Int32A 32-bit signed integer value type.
var containingType: Descriptor { get }The descriptor that owns with ExtensionRange.
let features: Google_Protobuf_FeatureSetThe resolved features for this ExtensionRange.
var file: FileDescriptor! { get }The .proto file in which this ExtensionRange was defined.
var fullName: String { get }The fully-qualified name of the containing type, scope delimited by periods.
let index: Intvar name: String { get }The name of the containing type, not including its scope.
let options: Google_Protobuf_ExtensionRangeOptionsThe Google_Protobuf_ExtensionRangeOptions set on this ExtensionRange.
let start: Int32The start field number of this range (inclusive).
func getLocationPath(path: inout IndexPath)