Home
last modified time | relevance | path

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

/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/descriptor/
Ddescriptor.pb.go2386 …Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"locati…
2417 func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
2424 type SourceCodeInfo_Location struct { struct
2510 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } argument
2511 func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) } argument
2512 func (*SourceCodeInfo_Location) ProtoMessage() {} argument
2513 func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { argument
2517 func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error { argument
2520 func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2523 func (m *SourceCodeInfo_Location) XXX_Merge(src proto.Message) { argument
[all …]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go2315 …Location []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"locati…
2345 func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
2352 type SourceCodeInfo_Location struct { struct
2438 func (m *SourceCodeInfo_Location) Reset() { *m = SourceCodeInfo_Location{} } argument
2439 func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) } argument
2440 func (*SourceCodeInfo_Location) ProtoMessage() {} argument
2441 func (*SourceCodeInfo_Location) Descriptor() ([]byte, []int) { argument
2444 func (m *SourceCodeInfo_Location) XXX_Unmarshal(b []byte) error { argument
2447 func (m *SourceCodeInfo_Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
2450 func (dst *SourceCodeInfo_Location) XXX_Merge(src proto.Message) { argument
[all …]
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go268 comments map[string]*descriptor.SourceCodeInfo_Location
932 file.comments = make(map[string]*descriptor.SourceCodeInfo_Location)