(dAtA []byte)
| 3503 | } |
| 3504 | |
| 3505 | func (m *BucketSpan) MarshalTo(dAtA []byte) (int, error) { |
| 3506 | size := m.Size() |
| 3507 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3508 | } |
| 3509 | |
| 3510 | func (m *BucketSpan) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3511 | i := len(dAtA) |
nothing calls this directly
no test coverage detected