Searched defs:Metadata (Results  1 – 5 of 5) sorted by relevance
| /build/soong/compliance/project_metadata_proto/ | 
| D | project_metadata.pb.go | 251 type Metadata struct {  struct252 	state         protoimpl.MessageState
 253 	sizeCache     protoimpl.SizeCache
 254 	unknownFields protoimpl.UnknownFields
 257 	Name *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
 261 	Description *string `protobuf:"bytes,3,opt,name=description" json:"description,omitempty"`
 263 …*ThirdParty `protobuf:"bytes,13,opt,name=third_party,json=thirdParty" json:"third_party,omitempty"`
 266 func (x *Metadata) Reset() {
 275 func (x *Metadata) String() string {
 279 func (*Metadata) ProtoMessage() {}
 [all …]
 
 | 
| D | project_metadata.proto | 34 message Metadata {  message
 | 
| /build/soong/python/ | 
| D | test.go | 78 	Metadata []Metadata  member81 type Metadata struct {  struct
 82 	Name  string
 83 	Value string
 
 | 
| /build/soong/java/ | 
| D | platform_compat_config.go | 156 	Metadata android.Path  member186 	Metadata *string `android:"path"`  member
 
 | 
| /build/make/tools/protos/ | 
| D | metadata_file.proto | 20 message Metadata {  message
 |