Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h131 class SourceCodeInfo_Location; variable
166 …PORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
5817 class PROTOBUF_EXPORT SourceCodeInfo_Location PROTOBUF_FINAL :
5820 inline SourceCodeInfo_Location() : SourceCodeInfo_Location(nullptr) {} in SourceCodeInfo_Location() function
5821 virtual ~SourceCodeInfo_Location();
5823 SourceCodeInfo_Location(const SourceCodeInfo_Location& from);
5824 SourceCodeInfo_Location(SourceCodeInfo_Location&& from) noexcept in SourceCodeInfo_Location() function
5825 : SourceCodeInfo_Location() { in SourceCodeInfo_Location()
5829 inline SourceCodeInfo_Location& operator=(const SourceCodeInfo_Location& from) {
5833 inline SourceCodeInfo_Location& operator=(SourceCodeInfo_Location&& from) noexcept {
[all …]
Ddescriptor.pb.cc137 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<SourceCodeInfo_Location> _instance;
527 new (ptr) PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location(); in InitDefaultsscc_info_SourceCodeInfo_Location_google_2fprotobuf_2fdescriptor_2eproto()
530 PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location::InitAsDefaultInstance(); in InitDefaultsscc_info_SourceCodeInfo_Location_google_2fprotobuf_2fdescriptor_2eproto()
910 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, _has_bits_),
911 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, _internal_metadata_),
915 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, path_),
916 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, span_),
917 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, leading_comments_),
918 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, trailing_comments_),
919 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location, leading_detached_comments_),
[all …]
Ddescriptor.cc466 typedef HASH_MAP<std::string, const SourceCodeInfo_Location*>
752 const SourceCodeInfo_Location* GetSourceLocation(
1229 const SourceCodeInfo_Location* loc = &p->second->location().Get(i); in BuildLocationsByPath()
1234 const SourceCodeInfo_Location* FileDescriptorTables::GetSourceLocation( in GetSourceLocation()
2971 if (const SourceCodeInfo_Location* loc = in GetSourceLocation()
6716 RepeatedPtrField<SourceCodeInfo_Location>* locs = info->mutable_location(); in UpdateSourceCodeInfo()
6717 RepeatedPtrField<SourceCodeInfo_Location> new_locs; in UpdateSourceCodeInfo()
6723 for (RepeatedPtrField<SourceCodeInfo_Location>::iterator loc = locs->begin(); in UpdateSourceCodeInfo()
6769 for (RepeatedPtrField<SourceCodeInfo_Location>::iterator it = in UpdateSourceCodeInfo()
6777 SourceCodeInfo_Location* replacement = new_locs.Add(); in UpdateSourceCodeInfo()
Ddescriptor_unittest.cc7723 SourceCodeInfo_Location* loc_msg = in TEST_F()
7783 const SourceCodeInfo_Location& foo_location = info.location(2); in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo_Location.php12 class SourceCodeInfo_Location {} class
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php447 class_alias(Location::class, \Google\Protobuf\Internal\SourceCodeInfo_Location::class);
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
Ddescriptor.js4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location
1163 ? object.location.map((e) => exports.SourceCodeInfo_Location.fromJSON(e))
1170 …obj.location = message.location.map((e) => e ? exports.SourceCodeInfo_Location.toJSON(e) : undefin…
1181 exports.SourceCodeInfo_Location = {
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1681 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()
/third_party/protobuf/
DMakefile.am901 php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php \