Home
last modified time | relevance | path

Searched refs:SourceCodeInfo_Location (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go1747 …Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,o…
1756 func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
1763 type SourceCodeInfo_Location struct { struct
1847 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } argument
1848 func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) } argument
1849 func (*SourceCodeInfo_Location) ProtoMessage() {} argument
1850 func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18, 0}… argument
1852 func (m *SourceCodeInfo_Location) GetPath() []int32 { argument
1859 func (m *SourceCodeInfo_Location) GetSpan() []int32 { argument
1866 func (m *SourceCodeInfo_Location) GetLeadingComments() string { argument
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h62 class SourceCodeInfo_Location; variable
3169 class LIBPROTOBUF_EXPORT SourceCodeInfo_Location : public ::google::protobuf::Message {
3171 SourceCodeInfo_Location();
3172 virtual ~SourceCodeInfo_Location();
3174 SourceCodeInfo_Location(const SourceCodeInfo_Location& from);
3176 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) {
3190 static const SourceCodeInfo_Location& default_instance();
3192 void Swap(SourceCodeInfo_Location* other);
3196 inline SourceCodeInfo_Location* New() const { return New(NULL); } in New()
3198 SourceCodeInfo_Location* New(::google::protobuf::Arena* arena) const;
[all …]
Ddescriptor.pb.cc512 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, path_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
513 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, span_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
514 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
515 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, trailing_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
516 …GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_detached_comments_… in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
521 SourceCodeInfo_Location::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
523 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
526 sizeof(SourceCodeInfo_Location), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
527 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
617 SourceCodeInfo_Location_descriptor_, &SourceCodeInfo_Location::default_instance()); in protobuf_RegisterTypes()
[all …]
Ddescriptor.cc349 typedef hash_map<string, const SourceCodeInfo_Location*> LocationsByPathMap;
621 const SourceCodeInfo_Location* GetSourceLocation(
1025 const SourceCodeInfo_Location* loc = &p->second->location().Get(i); in BuildLocationsByPath()
1030 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation()
2597 if (const SourceCodeInfo_Location* loc = in GetSourceLocation()
Ddescriptor_unittest.cc6538 SourceCodeInfo_Location *loc_msg = in TEST_F()
6598 const SourceCodeInfo_Location& foo_location = info.location(2); in TEST_F()
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go252 comments map[string]*descriptor.SourceCodeInfo_Location
993 file.comments = make(map[string]*descriptor.SourceCodeInfo_Location)