()
| 4765 | } |
| 4766 | |
| 4767 | func (m *LabelValuesStreamResponse) Size() (n int) { |
| 4768 | if m == nil { |
| 4769 | return 0 |
| 4770 | } |
| 4771 | var l int |
| 4772 | _ = l |
| 4773 | if len(m.LabelValues) > 0 { |
| 4774 | for _, s := range m.LabelValues { |
| 4775 | l = len(s) |
| 4776 | n += 1 + l + sovIngester(uint64(l)) |
| 4777 | } |
| 4778 | } |
| 4779 | return n |
| 4780 | } |
| 4781 | |
| 4782 | func (m *LabelNamesRequest) Size() (n int) { |
| 4783 | if m == nil { |
no test coverage detected