Home
last modified time | relevance | path

Searched defs:MkMetrics (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/soong/ui/metrics/mk_metrics_proto/
H A Dmk_metrics.pb.go38 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 Dmk_metrics.proto21 message MkMetrics { message
/aosp_15_r20/build/soong/ui/build/
H A Dconfig.go1774 func (c *configImpl) MkMetrics() string { func