()
| 10799 | } |
| 10800 | |
| 10801 | func (m *ValueList) Size() (n int) { |
| 10802 | if m == nil { |
| 10803 | return 0 |
| 10804 | } |
| 10805 | var l int |
| 10806 | _ = l |
| 10807 | if len(m.Values) > 0 { |
| 10808 | for _, e := range m.Values { |
| 10809 | l = e.Size() |
| 10810 | n += 1 + l + sovPb(uint64(l)) |
| 10811 | } |
| 10812 | } |
| 10813 | return n |
| 10814 | } |
| 10815 | |
| 10816 | func (m *LangList) Size() (n int) { |
| 10817 | if m == nil { |