in aggregationpb/labels_vtproto.pb.go [236:272]
func (m *NumericLabel) MarshalToSizedBufferVT(dAtA []byte) (int, error) {
if m == nil {
return 0, nil
}
i := len(dAtA)
_ = i
var l int
_ = l
if m.unknownFields != nil {
i -= len(m.unknownFields)
copy(dAtA[i:], m.unknownFields)
}
if len(m.Values) > 0 {
for iNdEx := len(m.Values) - 1; iNdEx >= 0; iNdEx-- {
f1 := math.Float64bits(float64(m.Values[iNdEx]))
i -= 8
binary.LittleEndian.PutUint64(dAtA[i:], uint64(f1))
}
i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Values)*8))
i--
dAtA[i] = 0x1a
}
if m.Value != 0 {
i -= 8
binary.LittleEndian.PutUint64(dAtA[i:], uint64(math.Float64bits(float64(m.Value))))
i--
dAtA[i] = 0x11
}
if len(m.Key) > 0 {
i -= len(m.Key)
copy(dAtA[i:], m.Key)
i = protohelpers.EncodeVarint(dAtA, i, uint64(len(m.Key)))
i--
dAtA[i] = 0xa
}
return len(dAtA) - i, nil
}