()
| 12184 | } |
| 12185 | |
| 12186 | func (m *Status) Size() (n int) { |
| 12187 | if m == nil { |
| 12188 | return 0 |
| 12189 | } |
| 12190 | var l int |
| 12191 | _ = l |
| 12192 | if m.Code != 0 { |
| 12193 | n += 1 + sovPb(uint64(m.Code)) |
| 12194 | } |
| 12195 | l = len(m.Msg) |
| 12196 | if l > 0 { |
| 12197 | n += 1 + l + sovPb(uint64(l)) |
| 12198 | } |
| 12199 | return n |
| 12200 | } |
| 12201 | |
| 12202 | func (m *BackupRequest) Size() (n int) { |
| 12203 | if m == nil { |