(dAtA []byte)
| 566 | } |
| 567 | |
| 568 | func (m *PartitionRingDesc) MarshalTo(dAtA []byte) (int, error) { |
| 569 | size := m.Size() |
| 570 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 571 | } |
| 572 | |
| 573 | func (m *PartitionRingDesc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 574 | i := len(dAtA) |
nothing calls this directly
no test coverage detected