(b []byte, deterministic bool)
| 899 | return m.Unmarshal(b) |
| 900 | } |
| 901 | func (m *SpanSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 902 | if deterministic { |
| 903 | return xxx_messageInfo_SpanSet.Marshal(b, m, deterministic) |
| 904 | } else { |
| 905 | b = b[:cap(b)] |
| 906 | n, err := m.MarshalToSizedBuffer(b) |
| 907 | if err != nil { |
| 908 | return nil, err |
| 909 | } |
| 910 | return b[:n], nil |
| 911 | } |
| 912 | } |
| 913 | func (m *SpanSet) XXX_Merge(src proto.Message) { |
| 914 | xxx_messageInfo_SpanSet.Merge(m, src) |
| 915 | } |
nothing calls this directly
no test coverage detected