(dAtA []byte)
| 381 | } |
| 382 | |
| 383 | func (m *Desc) MarshalTo(dAtA []byte) (int, error) { |
| 384 | size := m.Size() |
| 385 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 386 | } |
| 387 | |
| 388 | func (m *Desc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 389 | i := len(dAtA) |
nothing calls this directly
no test coverage detected