Searched defs:SourceCodeInfo_Location (Results 1 – 4 of 4) sorted by relevance
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 2424 type SourceCodeInfo_Location struct { struct 2448 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"` 2454 Span []int32 `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"` 2502 …rotobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"` 2503 …obuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"` 2504 …leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"` 2505 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2506 XXX_unrecognized []byte `json:"-"` 2507 XXX_sizecache int32 `json:"-"` 2510 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } [all …]
|
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 2352 type SourceCodeInfo_Location struct { struct 2376 Path []int32 `protobuf:"varint,1,rep,packed,name=path" json:"path,omitempty"` 2382 Span []int32 `protobuf:"varint,2,rep,packed,name=span" json:"span,omitempty"` 2430 …rotobuf:"bytes,3,opt,name=leading_comments,json=leadingComments" json:"leading_comments,omitempty"` 2431 …obuf:"bytes,4,opt,name=trailing_comments,json=trailingComments" json:"trailing_comments,omitempty"` 2432 …leading_detached_comments,json=leadingDetachedComments" json:"leading_detached_comments,omitempty"` 2433 XXX_NoUnkeyedLiteral struct{} `json:"-"` 2434 XXX_unrecognized []byte `json:"-"` 2435 XXX_sizecache int32 `json:"-"` 2438 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } [all …]
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 13348 SourceCodeInfo_Location::SourceCodeInfo_Location() in SourceCodeInfo_Location() function in google::protobuf::SourceCodeInfo_Location 13357 SourceCodeInfo_Location::SourceCodeInfo_Location(const SourceCodeInfo_Location& from) in SourceCodeInfo_Location() function in google::protobuf::SourceCodeInfo_Location
|
D | descriptor.pb.h | 62 class SourceCodeInfo_Location; variable
|