(b []byte, deterministic bool)
| 922 | return m.Unmarshal(b) |
| 923 | } |
| 924 | func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 925 | if deterministic { |
| 926 | return xxx_messageInfo_Metric.Marshal(b, m, deterministic) |
| 927 | } else { |
| 928 | b = b[:cap(b)] |
| 929 | n, err := m.MarshalToSizedBuffer(b) |
| 930 | if err != nil { |
| 931 | return nil, err |
| 932 | } |
| 933 | return b[:n], nil |
| 934 | } |
| 935 | } |
| 936 | func (m *Metric) XXX_Merge(src proto.Message) { |
| 937 | xxx_messageInfo_Metric.Merge(m, src) |
| 938 | } |
nothing calls this directly
no test coverage detected