(dAtA []byte)
| 4392 | } |
| 4393 | |
| 4394 | func (m *DedicatedColumn) MarshalTo(dAtA []byte) (int, error) { |
| 4395 | size := m.Size() |
| 4396 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 4397 | } |
| 4398 | |
| 4399 | func (m *DedicatedColumn) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 4400 | i := len(dAtA) |
nothing calls this directly
no test coverage detected