()
| 12262 | } |
| 12263 | |
| 12264 | func (m *DropOperation) Size() (n int) { |
| 12265 | if m == nil { |
| 12266 | return 0 |
| 12267 | } |
| 12268 | var l int |
| 12269 | _ = l |
| 12270 | if m.DropOp != 0 { |
| 12271 | n += 1 + sovPb(uint64(m.DropOp)) |
| 12272 | } |
| 12273 | l = len(m.DropValue) |
| 12274 | if l > 0 { |
| 12275 | n += 1 + l + sovPb(uint64(l)) |
| 12276 | } |
| 12277 | return n |
| 12278 | } |
| 12279 | |
| 12280 | func (m *ExportRequest) Size() (n int) { |
| 12281 | if m == nil { |