Searched defs:MkMetrics (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/build/soong/ui/metrics/mk_metrics_proto/ |
H A D | mk_metrics.pb.go | 38 type MkMetrics struct { struct 39 state protoimpl.MessageState 40 sizeCache protoimpl.SizeCache 41 unknownFields protoimpl.UnknownFields 44 …kefiles uint32 `protobuf:"varint,1,opt,name=totalMakefiles,proto3" json:"totalMakefiles,omitempty"` 49 …s uint32 `protobuf:"varint,2,opt,name=toplevelMakefiles,proto3" json:"toplevelMakefiles,omitempty"` 52 func (x *MkMetrics) Reset() { 61 func (x *MkMetrics) String() string { 65 func (*MkMetrics) ProtoMessage() {} 67 func (x *MkMetrics) ProtoReflect() protoreflect.Message { [all …]
|
H A D | mk_metrics.proto | 21 message MkMetrics { message
|
/aosp_15_r20/build/soong/ui/build/ |
H A D | config.go | 1774 func (c *configImpl) MkMetrics() string { func
|