/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 76 // DEPRECATED: New code should use the SourceCodeInfo embedded in the 206 // Records a location in the SourceCodeInfo.location table (see 229 // Add a path component. See SourceCodeInfo.Location.path in 264 // SourceCodeInfo.location repeated field. For top-level elements, 267 SourceCodeInfo::Location* location_; 507 SourceCodeInfo* source_code_info_; 521 // the next element (See SourceCodeInfo.Location in descriptor.proto), when
|
parser_unittest.cc | 128 // We don't cover SourceCodeInfo in these tests. [all...] |
parser.cc | 523 // SourceCodeInfo on the stack, then swap it into the FileDescriptorProto 525 SourceCodeInfo source_code_info; [all...] |
/external/protobuf/src/google/protobuf/ |
descriptor.pb.h | 61 class SourceCodeInfo; 460 // optional .google.protobuf.SourceCodeInfo source_code_info = 9; 464 const ::google::protobuf::SourceCodeInfo& source_code_info() const; 465 ::google::protobuf::SourceCodeInfo* mutable_source_code_info(); 466 ::google::protobuf::SourceCodeInfo* release_source_code_info(); 467 void set_allocated_source_code_info(::google::protobuf::SourceCodeInfo* source_code_info); 507 ::google::protobuf::SourceCodeInfo* source_code_info_; [all...] |
descriptor.pb.cc | 497 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, location_), 502 SourceCodeInfo::default_instance_, 504 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _has_bits_[0]), 507 sizeof(SourceCodeInfo), 508 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(SourceCodeInfo, _internal_metadata_), [all...] |
descriptor.h | 104 class SourceCodeInfo; 143 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details. [all...] |
descriptor.cc | 615 pair<const FileDescriptorTables*, const SourceCodeInfo*>* p); 622 const vector<int>& path, const SourceCodeInfo* info) const; [all...] |
descriptor_unittest.cc | [all...] |
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
Descriptor.cs | 145 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.FileDescriptorProto), global::Google.Protobuf.Reflection.FileDescriptorProto.Parser, new[]{ "Name", "Package", "Dependency", "PublicDependency", "WeakDependency", "MessageType", "EnumType", "Service", "Extension", "Options", "SourceCodeInfo", "Syntax" }, null, null, null), 162 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo), global::Google.Protobuf.Reflection.SourceCodeInfo.Parser, new[]{ "Location" }, null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location), global::Google.Protobuf.Reflection.SourceCodeInfo.Types.Location.Parser, new[]{ "Path", "Span", "LeadingComments", "TrailingComments", "LeadingDetachedComments" }, null, null, null)}), 302 SourceCodeInfo = other.sourceCodeInfo_ != null ? other.SourceCodeInfo.Clone() : null; 424 private global::Google.Protobuf.Reflection.SourceCodeInfo sourceCodeInfo_; 431 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { [all...] |
/external/golang-protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | 409 SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"` 513 func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { 515 return m.SourceCodeInfo [all...] |
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/ |
descriptor.pb.go | 382 SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" json:"source_code_info,omitempty"` 485 func (m *FileDescriptorProto) GetSourceCodeInfo() *SourceCodeInfo { 487 return m.SourceCodeInfo [all...] |
/external/golang-protobuf/protoc-gen-go/generator/ |
generator.go | 139 path string // The SourceCodeInfo path as comma-separated integers. 170 path string // The SourceCodeInfo path as comma-separated integers. [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.h | [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.h | [all...] |