(dAtA []byte)
| 3243 | } |
| 3244 | |
| 3245 | func (m *Exemplar) MarshalTo(dAtA []byte) (int, error) { |
| 3246 | size := m.Size() |
| 3247 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3248 | } |
| 3249 | |
| 3250 | func (m *Exemplar) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3251 | i := len(dAtA) |
nothing calls this directly
no test coverage detected