(dAtA []byte)
| 7182 | } |
| 7183 | |
| 7184 | func (m *SortMessage) MarshalTo(dAtA []byte) (int, error) { |
| 7185 | size := m.Size() |
| 7186 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 7187 | } |
| 7188 | |
| 7189 | func (m *SortMessage) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 7190 | i := len(dAtA) |
nothing calls this directly
no test coverage detected