Searched refs:SourceCodeInfo (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h77 // DEPRECATED: New code should use the SourceCodeInfo embedded in the
204 // Records a location in the SourceCodeInfo.location table (see
227 // Add a path component. See SourceCodeInfo.Location.path in
258 SourceCodeInfo::Location* location_;
422 SourceCodeInfo* source_code_info_;
H A Dparser_unittest.cc124 // We don't cover SourceCodeInfo in these tests.
1375 // SourceCodeInfo tests.
1377 // Follows a path -- as defined by SourceCodeInfo.Location.path -- from a
1487 // all the source location spans in its SourceCodeInfo table.
1495 const SourceCodeInfo& source_info = file_.source_code_info();
1497 const SourceCodeInfo::Location& location = source_info.location(i);
1521 // tags (comments) correspond via the SourceCodeInfo table to the given
1659 typedef multimap<SpanKey, const SourceCodeInfo::Location*> SpanMap;
H A Dparser.cc418 // SourceCodeInfo on the stack, then swap it into the FileDescriptorProto
420 SourceCodeInfo source_code_info;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc433 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, location_),
438 SourceCodeInfo::default_instance_,
440 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _has_bits_[0]),
441 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _unknown_fields_),
445 sizeof(SourceCodeInfo));
513 SourceCodeInfo_descriptor_, &SourceCodeInfo::default_instance());
557 delete SourceCodeInfo::default_instance_;
584 "le.protobuf.SourceCodeInfo\"\251\003\n\017Descripto"
670 "tobuf.SourceCodeInfo.Location\032c\n\010Locatio"
695 SourceCodeInfo
7984 SourceCodeInfo::SourceCodeInfo() function in class:google::protobuf::SourceCodeInfo
7992 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) function in class:google::protobuf::SourceCodeInfo
[all...]
H A Ddescriptor.pb.h56 class SourceCodeInfo;
416 // optional .google.protobuf.SourceCodeInfo source_code_info = 9;
420 inline const ::google::protobuf::SourceCodeInfo& source_code_info() const;
421 inline ::google::protobuf::SourceCodeInfo* mutable_source_code_info();
422 inline ::google::protobuf::SourceCodeInfo* release_source_code_info();
423 inline void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info);
448 ::google::protobuf::SourceCodeInfo* source_code_info_;
2658 // @@protoc_insertion_point(class_scope:google.protobuf.SourceCodeInfo.Location)
2686 class LIBPROTOBUF_EXPORT SourceCodeInfo : public ::google::protobuf::Message { class in namespace:google::protobuf
2688 SourceCodeInfo();
[all...]
H A Ddescriptor.h96 class SourceCodeInfo;
993 // information was not available. (See SourceCodeInfo for
1020 const SourceCodeInfo* source_code_info_;
H A Ddescriptor.cc1503 if (source_code_info_ != &SourceCodeInfo::default_instance()) {
1998 const SourceCodeInfo* info = source_code_info_;
2766 placeholder_file->source_code_info_ = &SourceCodeInfo::default_instance();
3087 SourceCodeInfo *info = tables_->AllocateMessage<SourceCodeInfo>();
3091 result->source_code_info_ = &SourceCodeInfo::default_instance();
H A Ddescriptor_unittest.cc4553 // Missing SourceCodeInfo doesn't cause crash:
4561 file_desc->CopyTo(&proto); // Note, this discards the SourceCodeInfo.
4571 // Corrupt SourceCodeInfo doesn't cause crash:
4579 file_desc->CopyTo(&proto); // Note, this discards the SourceCodeInfo.
4638 const SourceCodeInfo& info = file_desc_proto.source_code_info();
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1385 milliseconds