(b []byte, deterministic bool)
| 805 | return m.Unmarshal(b) |
| 806 | } |
| 807 | func (m *Sample) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 808 | if deterministic { |
| 809 | return xxx_messageInfo_Sample.Marshal(b, m, deterministic) |
| 810 | } else { |
| 811 | b = b[:cap(b)] |
| 812 | n, err := m.MarshalToSizedBuffer(b) |
| 813 | if err != nil { |
| 814 | return nil, err |
| 815 | } |
| 816 | return b[:n], nil |
| 817 | } |
| 818 | } |
| 819 | func (m *Sample) XXX_Merge(src proto.Message) { |
| 820 | xxx_messageInfo_Sample.Merge(m, src) |
| 821 | } |
nothing calls this directly
no test coverage detected