getLocationPath(path:)
Descriptor+Extensions.swift:37func getLocationPath(path: inout IndexPath) func getLocationPath(path: inout IndexPath) s26SwiftProtobufPluginLibrary10DescriptorC14ExtensionRangeC15getLocationPath4pathy20FoundationEssentials05IndexJ0Vz_tF What are these?NQP0import 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.
var containingType: Descriptor { get }The descriptor that owns with ExtensionRange.
var end: Int32 { get }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).