start
The start field number of this range (inclusive).
let start: Int32
The start field number of this range (inclusive).
let start: Int32
s26SwiftProtobufPluginLibrary10DescriptorC14ExtensionRangeC5starts5Int32Vvp
What are these?1CRTW
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
final class ExtensionRange
Describes an extension range of a message. ExtensionRange
s are not directly created, instead they are constructed/fetched via the Descriptor
.
final class Descriptor
Describes a type of protocol message, or a particular group within a message. Descriptor
s are not directly created, instead they are constructed/fetched via the DescriptorSet
or they are directly accessed via a messageType
property on FieldDescriptor
s, etc.
@frozen struct Int32
A 32-bit signed integer value type.
var containingType: Descriptor { get }
The descriptor that owns with ExtensionRange.
var end: Int32 { get }
let features: Google_Protobuf_FeatureSet
The 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: Int
var name: String { get }
The name of the containing type, not including its scope.
let options: Google_Protobuf_ExtensionRangeOptions
The Google_Protobuf_ExtensionRangeOptions
set on this ExtensionRange.
func getLocationPath(path: inout IndexPath)