(dAtA []byte)
| 1413 | } |
| 1414 | |
| 1415 | func (m *RuleStateDesc) MarshalTo(dAtA []byte) (int, error) { |
| 1416 | size := m.Size() |
| 1417 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1418 | } |
| 1419 | |
| 1420 | func (m *RuleStateDesc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1421 | i := len(dAtA) |
nothing calls this directly
no test coverage detected