(dAtA []byte)
| 483 | } |
| 484 | |
| 485 | func (m *HTTPRequest) MarshalTo(dAtA []byte) (int, error) { |
| 486 | size := m.Size() |
| 487 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 488 | } |
| 489 | |
| 490 | func (m *HTTPRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 491 | i := len(dAtA) |
nothing calls this directly
no test coverage detected