(dAtA []byte)
| 2206 | } |
| 2207 | |
| 2208 | func (m *SampleStream) MarshalTo(dAtA []byte) (int, error) { |
| 2209 | size := m.Size() |
| 2210 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2211 | } |
| 2212 | |
| 2213 | func (m *SampleStream) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2214 | i := len(dAtA) |
nothing calls this directly
no test coverage detected