protobuf v0.5.0 (2019-02-11T10:33:22Z)
Dub
Repo
SourceCodeInfo.Location
google
protobuf
descriptor
SourceCodeInfo
Undocumented in source.
class
SourceCodeInfo
static
class
Location {
@
Proto
(1,
Wire
.
none
,
Yes
.
packed
)
int
[]
path
;
@
Proto
(2,
Wire
.
none
,
Yes
.
packed
)
int
[]
span
;
@
Proto
(3)
string
leadingComments
;
@
Proto
(4)
string
trailingComments
;
@
Proto
(6)
string
[]
leadingDetachedComments
;
}
Members
Variables
leadingComments
string
leadingComments
;
Undocumented in source.
leadingDetachedComments
string
[]
leadingDetachedComments
;
Undocumented in source.
path
int
[]
path
;
Undocumented in source.
span
int
[]
span
;
Undocumented in source.
trailingComments
string
trailingComments
;
Undocumented in source.
Meta
Source
See Implementation
google
protobuf
descriptor
SourceCodeInfo
classes
Location
variables
location