Searched defs:SourceCodeInfo_Location (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/src/Google/Protobuf/Internal/ |
D | SourceCodeInfo_Location.php | 12 class SourceCodeInfo_Location {} class
|
/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/protobuf/src/google/protobuf/ |
D | descriptor.pb.cc | 13728 SourceCodeInfo_Location::SourceCodeInfo_Location() in SourceCodeInfo_Location() function in SourceCodeInfo_Location 13733 SourceCodeInfo_Location::SourceCodeInfo_Location(::PROTOBUF_NAMESPACE_ID::Arena* arena) in SourceCodeInfo_Location() function in SourceCodeInfo_Location 13743 SourceCodeInfo_Location::SourceCodeInfo_Location(const SourceCodeInfo_Location& from) in SourceCodeInfo_Location() function in SourceCodeInfo_Location
|
D | descriptor.pb.h | 131 class SourceCodeInfo_Location; variable 5736 SourceCodeInfo_Location(SourceCodeInfo_Location&& from) noexcept in SourceCodeInfo_Location() function
|