(dAtA []byte)
| 3291 | } |
| 3292 | |
| 3293 | func (m *Histogram) MarshalTo(dAtA []byte) (int, error) { |
| 3294 | size := m.Size() |
| 3295 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3296 | } |
| 3297 | |
| 3298 | func (m *Histogram) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3299 | i := len(dAtA) |
nothing calls this directly
no test coverage detected