(dAtA []byte)
| 9595 | } |
| 9596 | |
| 9597 | func (m *MapHeader) MarshalTo(dAtA []byte) (int, error) { |
| 9598 | size := m.Size() |
| 9599 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 9600 | } |
| 9601 | |
| 9602 | func (m *MapHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 9603 | i := len(dAtA) |
nothing calls this directly
no test coverage detected