Searched refs:SourceCodeInfo_Location (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | descriptor.pb.h | 58 class SourceCodeInfo_Location; variable 2670 class LIBPROTOBUF_EXPORT SourceCodeInfo_Location : public ::google::protobuf::Message { 2672 SourceCodeInfo_Location(); 2673 virtual ~SourceCodeInfo_Location(); 2675 SourceCodeInfo_Location(const SourceCodeInfo_Location& from); 2677 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) { 2691 static const SourceCodeInfo_Location& default_instance(); 2693 void Swap(SourceCodeInfo_Location* other); 2697 SourceCodeInfo_Location* New() const; 2700 void CopyFrom(const SourceCodeInfo_Location& from); [all …]
|
D | descriptor.pb.cc | 474 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, path_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 475 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, span_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 476 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 477 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, trailing_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 482 SourceCodeInfo_Location::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 484 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 485 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _unknown_fields_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 489 sizeof(SourceCodeInfo_Location)); in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 543 SourceCodeInfo_Location_descriptor_, &SourceCodeInfo_Location::default_instance()); in protobuf_RegisterTypes() 589 delete SourceCodeInfo_Location::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto() [all …]
|
D | descriptor.cc | 329 typedef hash_map<string, const SourceCodeInfo_Location*> LocationsByPathMap; 561 const SourceCodeInfo_Location* GetSourceLocation( 880 const SourceCodeInfo_Location* loc = &p->second->location().Get(i); in BuildLocationsByPath() 885 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation() 2127 if (const SourceCodeInfo_Location* loc = in GetSourceLocation()
|
D | descriptor_unittest.cc | 5426 SourceCodeInfo_Location *loc_msg = in TEST_F() 5486 const SourceCodeInfo_Location& foo_location = info.location(1); in TEST_F()
|