(dAtA []byte)
| 464 | } |
| 465 | |
| 466 | func (m *Desc) MarshalTo(dAtA []byte) (int, error) { |
| 467 | size := m.Size() |
| 468 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 469 | } |
| 470 | |
| 471 | func (m *Desc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 472 | i := len(dAtA) |
nothing calls this directly
no test coverage detected