(b []byte, deterministic bool)
| 418 | return m.Unmarshal(b) |
| 419 | } |
| 420 | func (m *SampleHistogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 421 | if deterministic { |
| 422 | return xxx_messageInfo_SampleHistogram.Marshal(b, m, deterministic) |
| 423 | } else { |
| 424 | b = b[:cap(b)] |
| 425 | n, err := m.MarshalToSizedBuffer(b) |
| 426 | if err != nil { |
| 427 | return nil, err |
| 428 | } |
| 429 | return b[:n], nil |
| 430 | } |
| 431 | } |
| 432 | func (m *SampleHistogram) XXX_Merge(src proto.Message) { |
| 433 | xxx_messageInfo_SampleHistogram.Merge(m, src) |
| 434 | } |
nothing calls this directly
no test coverage detected