(dAtA []byte)
| 1348 | } |
| 1349 | |
| 1350 | func (m *GroupStateDesc) MarshalTo(dAtA []byte) (int, error) { |
| 1351 | size := m.Size() |
| 1352 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 1353 | } |
| 1354 | |
| 1355 | func (m *GroupStateDesc) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 1356 | i := len(dAtA) |
nothing calls this directly
no test coverage detected