Home
last modified time | relevance | path

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

12

/external/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);
528 SourceCodeInfo* source_code_info_;
Dparser.cc414 SourceCodeInfo* source_code_info) { in LocationRecorder()
433 SourceCodeInfo* source_code_info) { in Init()
624 SourceCodeInfo source_code_info; in Parse()
1613 SourceCodeInfo info; in ParseExtensions()
/external/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php19 class SourceCodeInfo extends \Google\Protobuf\Internal\Message class
224 …Google\Protobuf\Internal\GPBType::MESSAGE, \Google\Protobuf\Internal\SourceCodeInfo\Location::clas…
DSourceCodeInfo_Location.php14 class_exists(SourceCodeInfo\Location::class);
DFileDescriptorProto.php472 GPBUtil::checkMessage($var, \Google\Protobuf\Internal\SourceCodeInfo::class);
/external/golang-protobuf/reflect/protodesc/
Dproto.go55 if p.SourceCodeInfo == nil {
56 p.SourceCodeInfo = &descriptorpb.SourceCodeInfo{}
58 p.SourceCodeInfo.Location = append(p.SourceCodeInfo.Location, l)
/external/golang-protobuf/types/descriptorpb/
Ddescriptor.pb.go545SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" j… member
653 func (x *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo {
655 return x.SourceCodeInfo
2391 type SourceCodeInfo struct { struct
2442 func (x *SourceCodeInfo) Reset() { argument
2443 *x = SourceCodeInfo{}
2451 func (x *SourceCodeInfo) String() string { argument
2455 func (*SourceCodeInfo) ProtoMessage() {} argument
2457 func (x *SourceCodeInfo) ProtoReflect() protoreflect.Message { argument
2470 func (*SourceCodeInfo) Descriptor() ([]byte, []int) { argument
[all …]
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorDeclaration.cs38 using static Google.Protobuf.Reflection.SourceCodeInfo.Types;
DDescriptor.cs184SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, nu… in DescriptorReflection()
523 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_;
531 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
598 if (!object.Equals(SourceCodeInfo, other.SourceCodeInfo)) return false; in Equals()
616 if (HasSourceCodeInfo) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
650 output.WriteMessage(SourceCodeInfo); in WriteTo()
683 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceCodeInfo); in CalculateSize()
720 SourceCodeInfo = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
722 SourceCodeInfo.MergeFrom(other.SourceCodeInfo); in MergeFrom()
775 SourceCodeInfo = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
[all …]
DFileDescriptor.cs41 using static Google.Protobuf.Reflection.SourceCodeInfo.Types;
95 foreach (var location in Proto.SourceCodeInfo?.Location ?? Enumerable.Empty<Location>()) in CreateDeclarationMap()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h128 class SourceCodeInfo; variable
165 …OTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_…
814 const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info() const;
815 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* release_source_code_info();
816 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* mutable_source_code_info();
817 void set_allocated_source_code_info(PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
819 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info);
820 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* unsafe_arena_release_source_code_info();
843 PROTOBUF_NAMESPACE_ID::SourceCodeInfo* source_code_info_;
5977 class PROTOBUF_EXPORT SourceCodeInfo :
[all …]
Ddescriptor.pb.cc142 ::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed<SourceCodeInfo> _instance;
513 new (ptr) PROTOBUF_NAMESPACE_ID::SourceCodeInfo(); in InitDefaultsscc_info_SourceCodeInfo_google_2fprotobuf_2fdescriptor_2eproto()
516 PROTOBUF_NAMESPACE_ID::SourceCodeInfo::InitAsDefaultInstance(); in InitDefaultsscc_info_SourceCodeInfo_google_2fprotobuf_2fdescriptor_2eproto()
927 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, _has_bits_),
928 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, _internal_metadata_),
932 PROTOBUF_FIELD_OFFSET(PROTOBUF_NAMESPACE_ID::SourceCodeInfo, location_),
980 { 356, 362, sizeof(PROTOBUF_NAMESPACE_ID::SourceCodeInfo)},
1667 …_._instance.get_mutable()->source_code_info_ = const_cast< PROTOBUF_NAMESPACE_ID::SourceCodeInfo*>( in InitAsDefaultInstance()
1668 PROTOBUF_NAMESPACE_ID::SourceCodeInfo::internal_default_instance()); in InitAsDefaultInstance()
1683 …static const PROTOBUF_NAMESPACE_ID::SourceCodeInfo& source_code_info(const FileDescriptorProto* ms…
[all …]
Ddescriptor.cc756 std::pair<const FileDescriptorTables*, const SourceCodeInfo*>* p);
763 const std::vector<int>& path, const SourceCodeInfo* info) const;
1239 std::pair<const FileDescriptorTables*, const SourceCodeInfo*>* p) { in BuildLocationsByPath()
1247 const std::vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation()
1248 std::pair<const FileDescriptorTables*, const SourceCodeInfo*> p( in GetSourceLocation()
2062 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()
3377 void UpdateSourceCodeInfo(SourceCodeInfo* info);
3987 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFileWithMutexHeld()
4292 SourceCodeInfo* info = nullptr; in BuildFileImpl()
4294 info = tables_->AllocateMessage<SourceCodeInfo>(); in BuildFileImpl()
[all …]
Ddescriptor.h112 class SourceCodeInfo; variable
1492 const SourceCodeInfo* source_code_info_;
Ddescriptor.proto86 optional SourceCodeInfo source_code_info = 9;
730 message SourceCodeInfo { message
808 // If this SourceCodeInfo represents a complete declaration, these are any
870 // is formatted the same as SourceCodeInfo.Location.path.
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php5 namespace Google\Protobuf\Internal\SourceCodeInfo;
/external/protobuf/php/src/GPBMetadata/Google/Protobuf/Internal/
DDescriptor.php250 …Message('google.protobuf.internal.SourceCodeInfo', \Google\Protobuf\Internal\SourceCodeInfo::class)
254 …rotobuf.internal.SourceCodeInfo.Location', \Google\Protobuf\Internal\SourceCodeInfo\Location::clas…
/external/rust/crates/protobuf/src/
Ddescriptor.rs205 pub source_code_info: crate::SingularPtrField<SourceCodeInfo>,
508 pub fn get_source_code_info(&self) -> &SourceCodeInfo { in get_source_code_info() argument
509 …self.source_code_info.as_ref().unwrap_or_else(|| <SourceCodeInfo as crate::Message>::default_insta… in get_source_code_info()
520 pub fn set_source_code_info(&mut self, v: SourceCodeInfo) { in set_source_code_info() argument
526 pub fn mut_source_code_info(&mut self) -> &mut SourceCodeInfo { in mut_source_code_info() argument
534 pub fn take_source_code_info(&mut self) -> SourceCodeInfo { in take_source_code_info() argument
535 self.source_code_info.take().unwrap_or_else(|| SourceCodeInfo::new()) in take_source_code_info()
846 …accessor::make_singular_ptr_field_accessor::<_, crate::types::ProtobufTypeMessage<SourceCodeInfo>>( in descriptor_static()
8414 pub struct SourceCodeInfo { struct
8424 impl<'a> ::std::default::Default for &'a SourceCodeInfo { argument
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dreflect.go238 descProto.SourceCodeInfo = nil // drop source code information
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto85 optional SourceCodeInfo source_code_info = 9;
717 message SourceCodeInfo { message
795 // If this SourceCodeInfo represents a complete declaration, these are any
857 // is formatted the same as SourceCodeInfo.Location.path.
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto84 optional SourceCodeInfo source_code_info = 9;
676 message SourceCodeInfo { message
754 // If this SourceCodeInfo represents a complete declaration, these are any
816 // is formatted the same as SourceCodeInfo.Location.path.
/external/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
/external/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
/external/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
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto83 optional SourceCodeInfo source_code_info = 9;
735 message SourceCodeInfo { message
813 // If this SourceCodeInfo represents a complete declaration, these are any
875 // is formatted the same as SourceCodeInfo.Location.path.

12