Home
last modified time | relevance | path

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

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go2229 type AggregatedFileList struct { struct
2230 state protoimpl.MessageState
2231 sizeCache protoimpl.SizeCache
2232 unknownFields protoimpl.UnknownFields
2235 Additions []string `protobuf:"bytes,2,rep,name=additions" json:"additions,omitempty"`
2237 Changes []string `protobuf:"bytes,3,rep,name=changes" json:"changes,omitempty"`
2239 Deletions []string `protobuf:"bytes,4,rep,name=deletions" json:"deletions,omitempty"`
2241 …lta *uint32 `protobuf:"varint,5,opt,name=total_delta,json=totalDelta" json:"total_delta,omitempty"`
2243 Counts []*FileCount `protobuf:"bytes,6,rep,name=counts" json:"counts,omitempty"`
2246 func (x *AggregatedFileList) Reset() {
[all …]
Dmetrics.proto485 message AggregatedFileList { message