(dAtA []byte)
| 2154 | } |
| 2155 | |
| 2156 | func (m *Extent) MarshalTo(dAtA []byte) (int, error) { |
| 2157 | size := m.Size() |
| 2158 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2159 | } |
| 2160 | |
| 2161 | func (m *Extent) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2162 | i := len(dAtA) |
nothing calls this directly
no test coverage detected