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
216 func (m *MetricsBase) Reset() { *m = MetricsBase{} } argument
217 func (m *MetricsBase) String() string { return proto.CompactTextString(m) } argument
218 func (*MetricsBase) ProtoMessage() {} argument
219 func (*MetricsBase) Descriptor() ([]byte, []int) { argument
223 func (m *MetricsBase) XXX_Unmarshal(b []byte) error { argument
226 func (m *MetricsBase) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
229 func (m *MetricsBase) XXX_Merge(src proto.Message) { argument
232 func (m *MetricsBase) XXX_Size() int { argument
235 func (m *MetricsBase) XXX_DiscardUnknown() { argument
[all …]
Dmetrics.proto20 message MetricsBase { message
204 optional MetricsBase metrics = 2;
/build/soong/ui/metrics/
Dmetrics.go76 metrics soong_metrics_proto.MetricsBase
85 metrics: soong_metrics_proto.MetricsBase{},