Home
last modified time | relevance | path

Searched refs:SourceCodeInfo_Location (Results 1 – 4 of 4) 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()