(dAtA []byte)
| 2309 | } |
| 2310 | |
| 2311 | func (m *SampleHistogram) MarshalTo(dAtA []byte) (int, error) { |
| 2312 | size := m.Size() |
| 2313 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2314 | } |
| 2315 | |
| 2316 | func (m *SampleHistogram) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2317 | i := len(dAtA) |
nothing calls this directly
no test coverage detected