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
207 func (m *MetricsBase) Reset() { *m = MetricsBase{} } argument
208 func (m *MetricsBase) String() string { return proto.CompactTextString(m) } argument
209 func (*MetricsBase) ProtoMessage() {} argument
210 func (*MetricsBase) Descriptor() ([]byte, []int) { argument
214 func (m *MetricsBase) XXX_Unmarshal(b []byte) error { argument
217 func (m *MetricsBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
220 func (m *MetricsBase) XXX_Merge(src proto.Message) { argument
223 func (m *MetricsBase) XXX_Size() int { argument
226 func (m *MetricsBase) XXX_DiscardUnknown() { argument
[all …]
Dmetrics.proto20 message MetricsBase { message
139 optional MetricsBase metrics = 2;
/build/soong/ui/metrics/
Dmetrics.go38 metrics soong_metrics_proto.MetricsBase
44 metrics: soong_metrics_proto.MetricsBase{},