(b []byte, deterministic bool)
| 503 | return m.Unmarshal(b) |
| 504 | } |
| 505 | func (m *ErrorInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 506 | if deterministic { |
| 507 | return xxx_messageInfo_ErrorInfo.Marshal(b, m, deterministic) |
| 508 | } else { |
| 509 | b = b[:cap(b)] |
| 510 | n, err := m.MarshalToSizedBuffer(b) |
| 511 | if err != nil { |
| 512 | return nil, err |
| 513 | } |
| 514 | return b[:n], nil |
| 515 | } |
| 516 | } |
| 517 | func (m *ErrorInfo) XXX_Merge(src proto.Message) { |
| 518 | xxx_messageInfo_ErrorInfo.Merge(m, src) |
| 519 | } |
nothing calls this directly
no test coverage detected