(b []byte, deterministic bool)
| 366 | return m.Unmarshal(b) |
| 367 | } |
| 368 | func (m *SampleHistogramPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 369 | if deterministic { |
| 370 | return xxx_messageInfo_SampleHistogramPair.Marshal(b, m, deterministic) |
| 371 | } else { |
| 372 | b = b[:cap(b)] |
| 373 | n, err := m.MarshalToSizedBuffer(b) |
| 374 | if err != nil { |
| 375 | return nil, err |
| 376 | } |
| 377 | return b[:n], nil |
| 378 | } |
| 379 | } |
| 380 | func (m *SampleHistogramPair) XXX_Merge(src proto.Message) { |
| 381 | xxx_messageInfo_SampleHistogramPair.Merge(m, src) |
| 382 | } |
nothing calls this directly
no test coverage detected