Home
last modified time | relevance | path

Searched refs:SourceCodeInfo (Results 1 – 23 of 23) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h236 SourceCodeInfo* source_code_info);
284 SourceCodeInfo* source_code_info_;
285 SourceCodeInfo::Location* location_;
287 void Init(const LocationRecorder& parent, SourceCodeInfo* source_code_info);
529 SourceCodeInfo* source_code_info_;
Dparser.cc415 SourceCodeInfo* source_code_info) { in LocationRecorder()
434 SourceCodeInfo* source_code_info) { in Init()
625 SourceCodeInfo source_code_info; in Parse()
1646 SourceCodeInfo info; in ParseExtensions()
Dparser_unittest.cc2567 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
2569 const SourceCodeInfo::Location& location = source_info.location(i); in Parse()
2736 typedef std::multimap<SpanKey, const SourceCodeInfo::Location*> SpanMap;
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
223 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\SourceCodeInfo\Location::clas…
DSourceCodeInfo_Location.php14 class_exists(SourceCodeInfo\Location::class);
DFileDescriptorProto.php440 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\SourceCodeInfo::class);
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs38 using static Google.Protobuf.Reflection.SourceCodeInfo.Types;
DDescriptor.cs185SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, nu… in DescriptorReflection()
558 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_;
566 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
623 if (!object.Equals(SourceCodeInfo, other.SourceCodeInfo)) return false; in Equals()
641 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
678 output.WriteMessage(SourceCodeInfo); in WriteTo()
714 output.WriteMessage(SourceCodeInfo); in IBufferMessage.InternalWriteTo()
748 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceCodeInfo); in CalculateSize()
785 SourceCodeInfo = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
787 SourceCodeInfo.MergeFrom(other.SourceCodeInfo); in MergeFrom()
[all …]
DFileDescriptor.cs41 using static Google.Protobuf.Reflection.SourceCodeInfo.Types;
127 foreach (var location in Proto.SourceCodeInfo?.Location ?? Enumerable.Empty<Location>()) in CreateDeclarationMap()
/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h128 class SourceCodeInfo; variable
165 …OTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
843 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info() const;
844 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* release_source_code_info();
845 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* mutable_source_code_info();
846 void set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
848 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& _internal_source_code_info() const;
849 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* _internal_mutable_source_code_info();
852 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
853 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* unsafe_arena_release_source_code_info();
[all …]
Ddescriptor.pb.cc141 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<SourceCodeInfo> _instance;
512 new (ptr) PROTOBUF_NAMESPACE_ID::SourceCodeInfo(); in InitDefaultsscc_info_SourceCodeInfo_google_2fprotobuf_2fdescriptor_2eproto()
515 PROTOBUF_NAMESPACE_ID::SourceCodeInfo::InitAsDefaultInstance(); in InitDefaultsscc_info_SourceCodeInfo_google_2fprotobuf_2fdescriptor_2eproto()
926 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, _internal_metadata_),
930 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, location_),
976 { 355, -1, sizeof(PROTOBUF_NAMESPACE_ID::SourceCodeInfo)},
1585 …_._instance.get_mutable()->source_code_info_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceCodeInfo*>( in InitAsDefaultInstance()
1586 PROTOBUF_NAMESPACE_ID::SourceCodeInfo::internal_default_instance()); in InitAsDefaultInstance()
1601 …static const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info(const FileDescriptorProto* ms…
1614 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo&
[all …]
Ddescriptor.cc746 std::pair<const FileDescriptorTables*, const SourceCodeInfo*>* p);
753 const std::vector<int>& path, const SourceCodeInfo* info) const;
1227 std::pair<const FileDescriptorTables*, const SourceCodeInfo*>* p) { in BuildLocationsByPath()
1235 const std::vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation()
1236 std::pair<const FileDescriptorTables*, const SourceCodeInfo*> p( in GetSourceLocation()
2082 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()
3393 void UpdateSourceCodeInfo(SourceCodeInfo* info);
4013 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFileWithMutexHeld()
4351 SourceCodeInfo* info = nullptr; in BuildFileImpl()
4353 info = tables_->AllocateMessage<SourceCodeInfo>(); in BuildFileImpl()
[all …]
Ddescriptor.h114 class SourceCodeInfo; variable
1583 const SourceCodeInfo* source_code_info_;
Ddescriptor.proto86 optional SourceCodeInfo source_code_info = 9;
754 message SourceCodeInfo { message
832 // If this SourceCodeInfo represents a complete declaration, these are any
894 // is formatted the same as SourceCodeInfo.Location.path.
Ddescriptor_unittest.cc7780 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php5 namespace Google\Protobuf\Internal\SourceCodeInfo;
/third_party/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php251 …Message('google.protobuf.internal.SourceCodeInfo', \Google\Protobuf\Internal\SourceCodeInfo::class)
255 …rotobuf.internal.SourceCodeInfo.Location', \Google\Protobuf\Internal\SourceCodeInfo\Location::clas…
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/
Ddescriptor.js4 …xports.GeneratedCodeInfo = exports.SourceCodeInfo_Location = exports.SourceCodeInfo = exports.Unin…
396 …sourceCodeInfo: isSet(object.sourceCodeInfo) ? exports.SourceCodeInfo.fromJSON(object.sourceCodeIn…
448 …(obj.sourceCodeInfo = message.sourceCodeInfo ? exports.SourceCodeInfo.toJSON(message.sourceCodeInf…
1159 exports.SourceCodeInfo = {
/third_party/protobuf/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9;
505 message SourceCodeInfo { message
583 // If this SourceCodeInfo represents a complete declaration, these are any
/third_party/protobuf/python/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9;
505 message SourceCodeInfo { message
583 // If this SourceCodeInfo represents a complete declaration, these are any
/third_party/protobuf/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto80 optional SourceCodeInfo source_code_info = 9;
505 message SourceCodeInfo { message
583 // If this SourceCodeInfo represents a complete declaration, these are any
/third_party/protobuf/
DMakefile.am887 php/src/Google/Protobuf/Internal/SourceCodeInfo.php \
888 php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php \
DCHANGES.txt557 * Fixed SourceCodeInfo for interpreted options and extension range options.