()
| 12073 | } |
| 12074 | |
| 12075 | func (m *PeerResponse) Size() (n int) { |
| 12076 | if m == nil { |
| 12077 | return 0 |
| 12078 | } |
| 12079 | var l int |
| 12080 | _ = l |
| 12081 | if m.Status { |
| 12082 | n += 2 |
| 12083 | } |
| 12084 | return n |
| 12085 | } |
| 12086 | |
| 12087 | func (m *RaftBatch) Size() (n int) { |
| 12088 | if m == nil { |