reflect.rtype.common (method)
6 uses
reflect (current package)
type.go#L784: func (t *rtype) common() *rtype { return t }
type.go#L2688: typ.ptrdata = typeptrdata(typ.common())
type.go#L2736: addTypeBits(bv, 0, typ.common())
type.go#L2930: etyp := typ.common()
value.go#L1810: return Value{typ.common(), unsafe.Pointer(&x), fl}
value.go#L1862: return Value{typ.common(), unsafe.Pointer(&x), fl}
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |