Home
last modified time | relevance | path

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

/build/soong/ui/metrics/metrics_proto/
Dmetrics.pb.go158 type MetricsBase struct { struct
209 func (m *MetricsBase) Reset() { *m = MetricsBase{} } argument
210 func (m *MetricsBase) String() string { return proto.CompactTextString(m) } argument
211 func (*MetricsBase) ProtoMessage() {} argument
212 func (*MetricsBase) Descriptor() ([]byte, []int) { argument
216 func (m *MetricsBase) XXX_Unmarshal(b []byte) error { argument
219 func (m *MetricsBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
222 func (m *MetricsBase) XXX_Merge(src proto.Message) { argument
225 func (m *MetricsBase) XXX_Size() int { argument
228 func (m *MetricsBase) XXX_DiscardUnknown() { argument
[all …]
Dmetrics.proto20 message MetricsBase { message
150 optional MetricsBase metrics = 2;
/build/soong/ui/metrics/
Dmetrics.go39 metrics soong_metrics_proto.MetricsBase
45 metrics: soong_metrics_proto.MetricsBase{},