()
| 4750 | } |
| 4751 | |
| 4752 | func (m *LabelValuesResponse) Size() (n int) { |
| 4753 | if m == nil { |
| 4754 | return 0 |
| 4755 | } |
| 4756 | var l int |
| 4757 | _ = l |
| 4758 | if len(m.LabelValues) > 0 { |
| 4759 | for _, s := range m.LabelValues { |
| 4760 | l = len(s) |
| 4761 | n += 1 + l + sovIngester(uint64(l)) |
| 4762 | } |
| 4763 | } |
| 4764 | return n |
| 4765 | } |
| 4766 | |
| 4767 | func (m *LabelValuesStreamResponse) Size() (n int) { |
| 4768 | if m == nil { |
no test coverage detected