(b []byte, deterministic bool)
| 1290 | return m.Unmarshal(b) |
| 1291 | } |
| 1292 | func (m *BucketSpan) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 1293 | if deterministic { |
| 1294 | return xxx_messageInfo_BucketSpan.Marshal(b, m, deterministic) |
| 1295 | } else { |
| 1296 | b = b[:cap(b)] |
| 1297 | n, err := m.MarshalToSizedBuffer(b) |
| 1298 | if err != nil { |
| 1299 | return nil, err |
| 1300 | } |
| 1301 | return b[:n], nil |
| 1302 | } |
| 1303 | } |
| 1304 | func (m *BucketSpan) XXX_Merge(src proto.Message) { |
| 1305 | xxx_messageInfo_BucketSpan.Merge(m, src) |
| 1306 | } |
nothing calls this directly
no test coverage detected