func (m *Object_Extension) Size() (n int) {
    if m == nil {
        return 0
    }
    var l int