Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addChecked (0.12 sec)

  1. src/internal/abi/type.go

    		return nil
    	}
    	return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
    }
    
    func (t *UncommonType) ExportedMethods() []Method {
    	if t.Xcount == 0 {
    		return nil
    	}
    	return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.xcount > 0"))[:t.Xcount:t.Xcount]
    }
    
    // addChecked returns p+x.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 17 21:09:59 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top