type reflect.uncommonType
20 uses
reflect (current package)
type.go#L213: uncommon() *uncommonType
type.go#L333: type uncommonType struct {
type.go#L628: func (t *uncommonType) methods() []method {
type.go#L635: func (t *uncommonType) exportedMethods() []method {
type.go#L697: func (t *rtype) uncommon() *uncommonType {
type.go#L707: u uncommonType
type.go#L713: u uncommonType
type.go#L719: u uncommonType
type.go#L725: u uncommonType
type.go#L731: u uncommonType
type.go#L737: u uncommonType
type.go#L743: u uncommonType
type.go#L749: u uncommonType
type.go#L1009: uadd += unsafe.Sizeof(uncommonType{})
type.go#L1020: uadd += unsafe.Sizeof(uncommonType{})
type.go#L2333: u uncommonType
type.go#L2593: var ut *uncommonType
type.go#L2607: {Name: "U", Type: TypeOf(uncommonType{})},
type.go#L2612: ut = (*uncommonType)(unsafe.Pointer(tt.Elem().Field(1).UnsafeAddr()))
type.go#L2622: ut.moff = uint32(unsafe.Sizeof(uncommonType{}))
![]() |
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. |