(b []byte, deterministic bool)
| 464 | return m.Unmarshal(b) |
| 465 | } |
| 466 | func (m *AlertStateDesc) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { |
| 467 | if deterministic { |
| 468 | return xxx_messageInfo_AlertStateDesc.Marshal(b, m, deterministic) |
| 469 | } else { |
| 470 | b = b[:cap(b)] |
| 471 | n, err := m.MarshalToSizedBuffer(b) |
| 472 | if err != nil { |
| 473 | return nil, err |
| 474 | } |
| 475 | return b[:n], nil |
| 476 | } |
| 477 | } |
| 478 | func (m *AlertStateDesc) XXX_Merge(src proto.Message) { |
| 479 | xxx_messageInfo_AlertStateDesc.Merge(m, src) |
| 480 | } |
nothing calls this directly
no test coverage detected