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 { struct 252 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 | 86 Metadata []Metadata member 89 type Metadata struct { struct 90 Name string 91 Value string
|
/build/soong/java/ |
D | platform_compat_config.go | 158 Metadata android.Path member 188 Metadata *string `android:"path"` member
|
/build/make/tools/protos/ |
D | metadata_file.proto | 20 message Metadata { message
|