(dAtA []byte)
| 3123 | } |
| 3124 | |
| 3125 | func (m *Sample) MarshalTo(dAtA []byte) (int, error) { |
| 3126 | size := m.Size() |
| 3127 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3128 | } |
| 3129 | |
| 3130 | func (m *Sample) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3131 | i := len(dAtA) |
nothing calls this directly
no test coverage detected