Instance Methodswift-protobuf 1.28.1SwiftProtobuf
traverse(visitor:)
source_context.pb.swift:91func traverse<V>(visitor: inout V) throws where V : Visitor
Other members in extension
Type members
init(
) static let protoMessageName: String
static func == (lhs: Google_Protobuf_SourceContext, rhs: Google_Protobuf_SourceContext
) -> Bool
Show implementation details (1)
Hide implementation details
Instance members
var fileName: String
The path-qualified name of the .proto file that contained the associated protobuf element. For example:
"google/protobuf/source_context.proto"
.var unknownFields: UnknownStorage
func decodeMessage<D>(decoder: inout D
) throws