Searched defs:SourceCodeInfo (Results 1 – 9 of 9) sorted by relevance
/external/golang-protobuf/protoc-gen-go/descriptor/ |
D | descriptor.pb.go | 381 …SourceCodeInfo *SourceCodeInfo `protobuf:"bytes,9,opt,name=source_code_info,json=sourceCodeInfo" j… member 1703 type SourceCodeInfo struct { struct 1747 … []*SourceCodeInfo_Location `protobuf:"bytes,1,rep,name=location" json:"location,omitempty"` 1748 XXX_unrecognized []byte `json:"-"` 1751 func (m *SourceCodeInfo) Reset() { *m = SourceCodeInfo{} } 1752 func (m *SourceCodeInfo) String() string { return proto.CompactTextString(m) } 1753 func (*SourceCodeInfo) ProtoMessage() {} 1754 func (*SourceCodeInfo) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{18} } 1756 func (m *SourceCodeInfo) GetLocation() []*SourceCodeInfo_Location {
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor_pb2.py | 1333 class SourceCodeInfo(_message.Message): class
|
/external/nanopb-c/generator/proto/google/protobuf/ |
D | descriptor.proto | 505 message SourceCodeInfo { message
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 648 message SourceCodeInfo { message
|
D | descriptor.h | 104 class SourceCodeInfo; variable
|
D | descriptor.pb.cc | 13837 SourceCodeInfo::SourceCodeInfo() in SourceCodeInfo() function in google::protobuf::SourceCodeInfo 13846 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in google::protobuf::SourceCodeInfo
|
D | descriptor.pb.h | 61 class SourceCodeInfo; variable
|
/external/nos/host/generic/nugget/proto/google/protobuf/ |
D | descriptor.proto | 676 message SourceCodeInfo { message
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | Descriptor.cs | 431 public global::Google.Protobuf.Reflection.SourceCodeInfo SourceCodeInfo { property in Google.Protobuf.Reflection.FileDescriptorProto 4697 internal sealed partial class SourceCodeInfo : pb::IMessage<SourceCodeInfo> { class 4709 public SourceCodeInfo() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo 4715 public SourceCodeInfo(SourceCodeInfo other) : this() { in SourceCodeInfo() method in Google.Protobuf.Reflection.SourceCodeInfo
|