Home
last modified time | relevance | path

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

/build/soong/ui/metrics/
Dmetrics.go159 func (m *Metrics) ExpConfigFetcher(b *soong_metrics_proto.ExpConfigFetcher) { func
160 m.metrics.ExpConfigFetcher = b
/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go409ExpConfigFetcher *ExpConfigFetcher `protobuf:"bytes,28,opt,name=exp_config_fetcher,json=expConfigF… member
660 func (x *MetricsBase) GetExpConfigFetcher() *ExpConfigFetcher {
662 return x.ExpConfigFetcher
1589 type ExpConfigFetcher struct { struct
1605 func (x *ExpConfigFetcher) Reset() { argument
1606 *x = ExpConfigFetcher{}
1614 func (x *ExpConfigFetcher) String() string { argument
1618 func (*ExpConfigFetcher) ProtoMessage() {} argument
1620 func (x *ExpConfigFetcher) ProtoReflect() protoreflect.Message { argument
1633 func (*ExpConfigFetcher) Descriptor() ([]byte, []int) { argument
[all …]
Dmetrics.proto115 optional ExpConfigFetcher exp_config_fetcher = 28;
327 message ExpConfigFetcher { message