(b []byte, deterministic bool)
| 961 | return m.Unmarshal(b) |
| 962 | } |
| 963 | func (m *Span) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 964 | if deterministic { |
| 965 | return xxx_messageInfo_Span.Marshal(b, m, deterministic) |
| 966 | } else { |
| 967 | b = b[:cap(b)] |
| 968 | n, err := m.MarshalToSizedBuffer(b) |
| 969 | if err != nil { |
| 970 | return nil, err |
| 971 | } |
| 972 | return b[:n], nil |
| 973 | } |
| 974 | } |
| 975 | func (m *Span) XXX_Merge(src proto.Message) { |
| 976 | xxx_messageInfo_Span.Merge(m, src) |
| 977 | } |
nothing calls this directly
no test coverage detected