Instance Propertyswift-protobuf 1.29.0SwiftProtobuf
_protobuf_extensionFieldValues
descriptor.pb.swift:117var _protobuf_extensionFieldValues: ExtensionFieldValueSet
var _protobuf_extensionFieldValues: ExtensionFieldValueSet
s13SwiftProtobuf07Google_B18_FileDescriptorSetV30_protobuf_extensionFieldValuesAA09Extensioni5ValueF0Vvp
What are these?8QLZ7
import SwiftProtobuf
Support library for Swift code generated by protoc-gen-swift.
struct Google_Protobuf_FileDescriptorSet
The protocol compiler can output a FileDescriptorSet containing the .proto files it parses.
struct ExtensionFieldValueSet
A collection of extension field values on a particular object. This is only used within messages to manage the values of extension fields; it does not need to be very sophisticated.
init()
static let _protobuf_nameMap: _NameMap
static let protoMessageName: String
var file: [Google_Protobuf_FileDescriptorProto]
var isInitialized: Bool { get }
var unknownFields: UnknownStorage
static func == (lhs: Google_Protobuf_FileDescriptorSet, rhs: Google_Protobuf_FileDescriptorSet) -> Bool
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
func traverse<V>(visitor: inout V) throws where V : Visitor