Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/ui/metrics/metrics_proto/
H A Dmetrics.pb.go409ExpConfigFetcher *ExpConfigFetcher `protobuf:"bytes,28,opt,name=exp_config_fetcher,json=expConfigF… member
1757 type ExpConfigFetcher struct { struct
1758 state protoimpl.MessageState
1759 sizeCache protoimpl.SizeCache
1760 unknownFields protoimpl.UnknownFields
1766 …,1,opt,name=status,enum=soong_build_metrics.ExpConfigFetcher_ConfigStatus" json:"status,omitempty"`
1768 Filename *string `protobuf:"bytes,2,opt,name=filename" json:"filename,omitempty"`
1770 Micros *uint64 `protobuf:"varint,3,opt,name=micros" json:"micros,omitempty"`
1773 func (x *ExpConfigFetcher) Reset() {
1782 func (x *ExpConfigFetcher) String() string {
[all …]
H A Dmetrics.proto361 message ExpConfigFetcher { message
/aosp_15_r20/build/soong/ui/metrics/
H A Dmetrics.go159 func (m *Metrics) ExpConfigFetcher(b *soong_metrics_proto.ExpConfigFetcher) { func