type internal/abi.Method
15 uses
internal/abi (current package)
type.go#L186: type Method struct {
type.go#L205: func (t *UncommonType) Methods() []Method {
type.go#L209: return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.mcount > 0"))[:t.Mcount:t.Mcount]
type.go#L212: func (t *UncommonType) ExportedMethods() []Method {
type.go#L216: return (*[1 << 16]Method)(addChecked(unsafe.Pointer(t), uintptr(t.Moff), "t.xcount > 0"))[:t.Xcount:t.Xcount]
type.go#L421: func (t *Type) ExportedMethods() []Method {
internal/reflectlite
type.go#L265: func (t rtype) exportedMethods() []abi.Method {
reflect
type.go#L568: func (t *rtype) exportedMethods() []abi.Method {
type.go#L2159: methods []abi.Method
type.go#L2261: methods = append(methods, abi.Method{
type.go#L2285: methods = append(methods, abi.Method{
type.go#L2301: methods = append(methods, abi.Method{
type.go#L2325: methods = append(methods, abi.Method{
type.go#L2408: copy(tt.Elem().Field(2).Slice(0, len(methods)).Interface().([]abi.Method), methods)
runtime
iface.go#L203: xmhdr := (*[1 << 16]abi.Method)(add(unsafe.Pointer(x), uintptr(x.Moff)))[:nt:nt]
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |