Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs165SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, nu… in DescriptorReflection()
323 SourceCodeInfo = other.sourceCodeInfo_ != null ? other.SourceCodeInfo.Clone() : null; in FileDescriptorProto()
456 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_;
464 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto
509 if (!object.Equals(SourceCodeInfo, other.SourceCodeInfo)) return false; in Equals()
527 if (sourceCodeInfo_ != null) hash ^= SourceCodeInfo.GetHashCode(); in GetHashCode()
558 output.WriteMessage(SourceCodeInfo); in WriteTo()
588 size += 1 + pb::CodedOutputStream.ComputeMessageSize(SourceCodeInfo); in CalculateSize()
622 sourceCodeInfo_ = new global::Google.Protobuf.Reflection.SourceCodeInfo(); in MergeFrom()
624 SourceCodeInfo.MergeFrom(other.SourceCodeInfo); in MergeFrom()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h267 SourceCodeInfo::Location* location_;
507 SourceCodeInfo* source_code_info_;
Dparser_unittest.cc2122 const SourceCodeInfo& source_info = file_.source_code_info(); in Parse()
2124 const SourceCodeInfo::Location& location = source_info.location(i); in Parse()
2298 typedef multimap<SpanKey, const SourceCodeInfo::Location*> SpanMap;
Dparser.cc525 SourceCodeInfo source_code_info; in Parse()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc517 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, location_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
522 SourceCodeInfo::default_instance_, in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
524 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _has_bits_[0]), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
527 sizeof(SourceCodeInfo), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
528 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _internal_metadata_), in protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto()
638 SourceCodeInfo_descriptor_, &SourceCodeInfo::default_instance()); in protobuf_RegisterTypes()
692 delete SourceCodeInfo::default_instance_; in protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto()
866 SourceCodeInfo::default_instance_ = new SourceCodeInfo(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
891 SourceCodeInfo::default_instance_->InitAsDefaultInstance(); in protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto()
1209 …urce_code_info_ = const_cast< ::google::protobuf::SourceCodeInfo*>(&::google::protobuf::SourceCode… in InitAsDefaultInstance()
[all …]
Ddescriptor.pb.h62 class SourceCodeInfo; variable
473 const ::google::protobuf::SourceCodeInfo& source_code_info() const;
474 ::google::protobuf::SourceCodeInfo* mutable_source_code_info();
475 ::google::protobuf::SourceCodeInfo* release_source_code_info();
476 void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info);
516 ::google::protobuf::SourceCodeInfo* source_code_info_;
3519 class LIBPROTOBUF_EXPORT SourceCodeInfo : public ::google::protobuf::Message /* @@protoc_insertion_…
3521 SourceCodeInfo();
3522 virtual ~SourceCodeInfo();
3524 SourceCodeInfo(const SourceCodeInfo& from);
[all …]
Ddescriptor.h104 class SourceCodeInfo; variable
1318 const SourceCodeInfo* source_code_info_;
Ddescriptor.cc615 pair<const FileDescriptorTables*, const SourceCodeInfo*>* p);
622 const vector<int>& path, const SourceCodeInfo* info) const;
1023 pair<const FileDescriptorTables*, const SourceCodeInfo*>* p) { in BuildLocationsByPath()
1031 const vector<int>& path, const SourceCodeInfo* info) const { in GetSourceLocation()
1032 pair<const FileDescriptorTables*, const SourceCodeInfo*> p( in GetSourceLocation()
1781 source_code_info_ != &SourceCodeInfo::default_instance()) { in CopySourceCodeInfoTo()
3582 placeholder->source_code_info_ = &SourceCodeInfo::default_instance(); in NewPlaceholderFile()
3866 SourceCodeInfo *info = tables_->AllocateMessage<SourceCodeInfo>(); in BuildFileImpl()
3870 result->source_code_info_ = &SourceCodeInfo::default_instance(); in BuildFileImpl()
Ddescriptor.proto85 optional SourceCodeInfo source_code_info = 9;
658 message SourceCodeInfo { message
736 // If this SourceCodeInfo represents a complete declaration, these are any
798 // is formatted the same as SourceCodeInfo.Location.path.
Ddescriptor_unittest.cc6597 const SourceCodeInfo& info = file_desc_proto.source_code_info(); in TEST_F()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7264 class SourceCodeInfo : public ::upb::reffed_ptr<const ::upb::MessageDef> {
7266 SourceCodeInfo(const ::upb::MessageDef* m, const void *ref_donor = NULL)
7271 static SourceCodeInfo get() {
7273 return SourceCodeInfo(m, &m);
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h6971 namespace SourceCodeInfo {
6980 namespace SourceCodeInfo {