(dAtA []byte)
| 2271 | } |
| 2272 | |
| 2273 | func (m *SampleHistogramPair) MarshalTo(dAtA []byte) (int, error) { |
| 2274 | size := m.Size() |
| 2275 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 2276 | } |
| 2277 | |
| 2278 | func (m *SampleHistogramPair) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 2279 | i := len(dAtA) |
nothing calls this directly
no test coverage detected