Home
last modified time | relevance | path

Searched defs:SourceCodeInfo_Location (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo_Location.php12 class SourceCodeInfo_Location {} class
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2424 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/rust/crates/protobuf/src/
Ddescriptor.rs8438 pub fn get_location(&self) -> &[SourceCodeInfo_Location] { in get_location()
8446 pub fn set_location(&mut self, v: crate::RepeatedField<SourceCodeInfo_Location>) { in set_location()
8451 pub fn mut_location(&mut self) -> &mut crate::RepeatedField<SourceCodeInfo_Location> { in mut_location()
8456 pub fn take_location(&mut self) -> crate::RepeatedField<SourceCodeInfo_Location> { in take_location()
8583 pub struct SourceCodeInfo_Location { struct
8597 impl<'a> ::std::default::Default for &'a SourceCodeInfo_Location { implementation
8603 impl SourceCodeInfo_Location { impl
8756 impl crate::Message for SourceCodeInfo_Location { implementation
8915 impl crate::Clear for SourceCodeInfo_Location { implementation
8926 impl ::std::fmt::Debug for SourceCodeInfo_Location { implementation
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.cc13728 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
Ddescriptor.pb.h131 class SourceCodeInfo_Location; variable
5736 SourceCodeInfo_Location(SourceCodeInfo_Location&& from) noexcept in SourceCodeInfo_Location() function