Static Methodswift-protobuf 1.29.0SwiftProtobufPluginLibrary
isBundledProto(file:)
Checks if a FileDescriptor
is a library bundled proto file.
static func isBundledProto(file: FileDescriptor) -> Bool
Checks if a FileDescriptor
is a library bundled proto file.
static func isBundledProto(file: FileDescriptor) -> Bool
s26SwiftProtobufPluginLibrary0aB4InfoO14isBundledProto4fileSbAA14FileDescriptorC_tFZ
What are these?1AE0N
import SwiftProtobufPluginLibrary
A reusable framework for building protoc
plugins in Swift.
enum SwiftProtobufInfo
Helpers about the library.
final class FileDescriptor
Models a .proto file. FileDescriptor
s are not directly created, instead they are constructed/fetched via the DescriptorSet
or they are directly accessed via a file
property on all the other types of descriptors.
@frozen struct Bool
A value type whose instances are either true
or false
.
static let bundledProtoFiles: Set<String>
Proto Files that ship with the library.
static func isBundledProto(file: Google_Protobuf_FileDescriptorProto) -> Bool
Checks if a Google_Protobuf_FileDescriptorProto
is a library bundled proto file.