(dAtA []byte)
| 3086 | } |
| 3087 | |
| 3088 | func (m *LabelPair) MarshalTo(dAtA []byte) (int, error) { |
| 3089 | size := m.Size() |
| 3090 | return m.MarshalToSizedBuffer(dAtA[:size]) |
| 3091 | } |
| 3092 | |
| 3093 | func (m *LabelPair) MarshalToSizedBuffer(dAtA []byte) (int, error) { |
| 3094 | i := len(dAtA) |
nothing calls this directly
no test coverage detected