type internal/abi.UncommonType
20 uses
internal/abi (current package)
type.go#L197: type UncommonType struct {
type.go#L205: func (t *UncommonType) Methods() []Method {
type.go#L212: func (t *UncommonType) ExportedMethods() []Method {
type.go#L274: u UncommonType
type.go#L287: func (t *Type) Uncommon() *UncommonType {
type.go#L297: u UncommonType
type.go#L303: u UncommonType
type.go#L309: u UncommonType
type.go#L315: u UncommonType
type.go#L321: u UncommonType
type.go#L327: u UncommonType
type.go#L333: u UncommonType
type.go#L339: u UncommonType
type.go#L519: uadd += unsafe.Sizeof(UncommonType{})
type.go#L533: uadd += unsafe.Sizeof(UncommonType{})
internal/reflectlite
type.go#L102: type uncommonType = abi.UncommonType
reflect
type.go#L280: type uncommonType = abi.UncommonType
type.go#L297: func (t *rtype) uncommon() *abi.UncommonType {
type.go#L358: func (t *interfaceType) uncommon() *abi.UncommonType {
runtime
type.go#L216: type uncommontype = abi.UncommonType
![]() |
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. |