Home
last modified time | relevance | path

Searched defs:AnnotatedDependency (Results 1 – 2 of 2) sorted by relevance

/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go260 type AnnotatedDependency struct { struct
261 state protoimpl.MessageState
262 sizeCache protoimpl.SizeCache
263 unknownFields protoimpl.UnknownFields
266 File *string `protobuf:"bytes,1,opt,name=file" json:"file,omitempty"`
268 Annotations []string `protobuf:"bytes,2,rep,name=annotations" json:"annotations,omitempty"`
271 func (x *AnnotatedDependency) Reset() {
280 func (x *AnnotatedDependency) String() string {
284 func (*AnnotatedDependency) ProtoMessage() {}
286 func (x *AnnotatedDependency) ProtoReflect() protoreflect.Message {
[all …]
Dlicense_metadata.proto76 message AnnotatedDependency { message