()
| 1582 | } |
| 1583 | |
| 1584 | func (m *GitCredentialResponse) Size() (n int) { |
| 1585 | if m == nil { |
| 1586 | return 0 |
| 1587 | } |
| 1588 | var l int |
| 1589 | _ = l |
| 1590 | if m.Result != nil { |
| 1591 | n += m.Result.Size() |
| 1592 | } |
| 1593 | return n |
| 1594 | } |
| 1595 | |
| 1596 | func (m *GitCredentialResponse_Credential) Size() (n int) { |
| 1597 | if m == nil { |