(b []byte, deterministic bool)
| 478 | return m.Unmarshal(b) |
| 479 | } |
| 480 | func (m *HistogramBucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 481 | if deterministic { |
| 482 | return xxx_messageInfo_HistogramBucket.Marshal(b, m, deterministic) |
| 483 | } else { |
| 484 | b = b[:cap(b)] |
| 485 | n, err := m.MarshalToSizedBuffer(b) |
| 486 | if err != nil { |
| 487 | return nil, err |
| 488 | } |
| 489 | return b[:n], nil |
| 490 | } |
| 491 | } |
| 492 | func (m *HistogramBucket) XXX_Merge(src proto.Message) { |
| 493 | xxx_messageInfo_HistogramBucket.Merge(m, src) |
| 494 | } |
nothing calls this directly
no test coverage detected