Searched refs:SourceCodeInfo_Location (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | descriptor.pb.h | 63 class SourceCodeInfo_Location; variable 3361 class LIBPROTOBUF_EXPORT SourceCodeInfo_Location : public ::google::protobuf::Message /* @@protoc_i… 3363 SourceCodeInfo_Location(); 3364 virtual ~SourceCodeInfo_Location(); 3366 SourceCodeInfo_Location(const SourceCodeInfo_Location& from); 3368 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) { 3382 static const SourceCodeInfo_Location& default_instance(); 3384 void Swap(SourceCodeInfo_Location* other); 3388 inline SourceCodeInfo_Location* New() const { return New(NULL); } in New() 3390 SourceCodeInfo_Location* New(::google::protobuf::Arena* arena) const; [all …]
|
D | descriptor.pb.cc | 532 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, path_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 533 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, span_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 534 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 535 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, trailing_comments_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 536 …GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, leading_detached_comments_… in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 541 SourceCodeInfo_Location::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 543 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 546 sizeof(SourceCodeInfo_Location), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 547 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo_Location, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto() 640 SourceCodeInfo_Location_descriptor_, &SourceCodeInfo_Location::default_instance()); in protobuf_RegisterTypes() [all …]
|
D | descriptor.cc | 349 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() 2603 if (const SourceCodeInfo_Location* loc = in GetSourceLocation()
|
D | descriptor_unittest.cc | 6540 SourceCodeInfo_Location *loc_msg = in TEST_F() 6600 const SourceCodeInfo_Location& foo_location = info.location(2); in TEST_F()
|