Home
last modified time | relevance | path

Searched defs:SourceCodeInfo (Results 1 – 9 of 9) sorted by relevance

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go381SourceCodeInfo *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/
Ddescriptor_pb2.py1333 class SourceCodeInfo(_message.Message): class
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto505 message SourceCodeInfo { message
/external/protobuf/src/google/protobuf/
Ddescriptor.proto648 message SourceCodeInfo { message
Ddescriptor.h104 class SourceCodeInfo; variable
Ddescriptor.pb.cc13837 SourceCodeInfo::SourceCodeInfo() in SourceCodeInfo() function in google::protobuf::SourceCodeInfo
13846 SourceCodeInfo::SourceCodeInfo(const SourceCodeInfo& from) in SourceCodeInfo() function in google::protobuf::SourceCodeInfo
Ddescriptor.pb.h61 class SourceCodeInfo; variable
/external/nos/host/generic/nugget/proto/google/protobuf/
Ddescriptor.proto676 message SourceCodeInfo { message
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs431 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