Home
last modified time | relevance | path

Searched refs:SourceCodeInfo_Location (Results 1 - 8 of 8) sorted by relevance

/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h131 class SourceCodeInfo_Location;
166 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location>(Arena*);
5817 class PROTOBUF_EXPORT SourceCodeInfo_Location PROTOBUF_FINAL :
5820 inline SourceCodeInfo_Location() : SourceCodeInfo_Location(nullptr) {} in SourceCodeInfo_Location() function in PROTOBUF_FINAL
5821 virtual ~SourceCodeInfo_Location();
5823 SourceCodeInfo_Location(const SourceCodeInfo_Location& from);
5824 SourceCodeInfo_Location(SourceCodeInfo_Locatio
5825 : SourceCodeInfo_Location() { SourceCodeInfo_Location() function in PROTOBUF_FINAL
[all...]
H A 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
10074 SourceCodeInfo_Location::SourceCodeInfo_Location(::PROTOBUF_NAMESPACE_ID::Arena* arena) SourceCodeInfo_Location() function in SourceCodeInfo_Location
10083 SourceCodeInfo_Location::SourceCodeInfo_Location(const SourceCodeInfo_Location& from) SourceCodeInfo_Location() function in SourceCodeInfo_Location
[all...]
H A 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* replacemen in UpdateSourceCodeInfo()
[all...]
H A 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/
H A DSourceCodeInfo_Location.php12 class SourceCodeInfo_Location {} class
15 @trigger_error('Google\Protobuf\Internal\SourceCodeInfo_Location is deprecated and will be removed in the next major release. Use Google\Protobuf\Internal\SourceCodeInfo\Location instead', E_USER_DEPRECATED);
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
H A 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/
H A Ddescriptor.js4 exports.GeneratedCodeInfo_Annotation = exports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.UninterpretedOption_NamePart = exports.UninterpretedOption = exports.MethodOptions = exports.ServiceOptions = exports.EnumValueOptions = exports.EnumOptions = exports.OneofOptions = exports.FieldOptions = exports.MessageOptions = exports.FileOptions = exports.MethodDescriptorProto = exports.ServiceDescriptorProto = exports.EnumValueDescriptorProto = exports.EnumDescriptorProto_EnumReservedRange = exports.EnumDescriptorProto = exports.OneofDescriptorProto = exports.FieldDescriptorProto = exports.ExtensionRangeOptions = exports.DescriptorProto_ReservedRange = exports.DescriptorProto_ExtensionRange = exports.DescriptorProto = exports.FileDescriptorProto = exports.FileDescriptorSet = exports.methodOptions_IdempotencyLevelToJSON = exports.methodOptions_IdempotencyLevelFromJSON = exports.MethodOptions_IdempotencyLevel = exports.fieldOptions_JSTypeToJSON = exports.fieldOptions_JSTypeFromJSON = exports.FieldOptions_JSType = exports.fieldOptions_CTypeToJSON = exports.fieldOptions_CTypeFromJSON = exports.FieldOptions_CType = exports.fileOptions_OptimizeModeToJSON = exports.fileOptions_OptimizeModeFromJSON = exports.FileOptions_OptimizeMode = exports.fieldDescriptorProto_LabelToJSON = exports.fieldDescriptorProto_LabelFromJSON = exports.FieldDescriptorProto_Label = exports.fieldDescriptorProto_TypeToJSON = exports.fieldDescriptorProto_TypeFromJSON = exports.FieldDescriptorProto_Type = void 0;
1163 ? object.location.map((e) => exports.SourceCodeInfo_Location.fromJSON(e))
1170 obj.location = message.location.map((e) => e ? exports.SourceCodeInfo_Location.toJSON(e) : undefined);
1181 exports.SourceCodeInfo_Location = {
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc1681 SourceCodeInfo_Location* dest = source_code_info_->add_location(); in ParseExtensions()

Completed in 57 milliseconds