(dAtA []byte)
| 6809 | } |
| 6810 | |
| 6811 | func (m *Query) MarshalTo(dAtA []byte) (int, error) { |
| 6812 | size := m.Size() |
| 6813 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 6814 | } |
| 6815 | |
| 6816 | func (m *Query) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 6817 | i := len(dAtA) |
nothing calls this directly
no test coverage detected