type internal/abi.UncommonType
20 uses
internal/abi (current package)
type.go#L229: type UncommonType struct {
type.go#L237: func (t *UncommonType) Methods() []Method {
type.go#L244: func (t *UncommonType) ExportedMethods() []Method {
type.go#L306: u UncommonType
type.go#L319: func (t *Type) Uncommon() *UncommonType {
type.go#L329: u UncommonType
type.go#L335: u UncommonType
type.go#L341: u UncommonType
type.go#L347: u UncommonType
type.go#L353: u UncommonType
type.go#L359: u UncommonType
type.go#L365: u UncommonType
type.go#L371: u UncommonType
type.go#L520: uadd += unsafe.Sizeof(UncommonType{})
type.go#L534: uadd += unsafe.Sizeof(UncommonType{})
internal/reflectlite
type.go#L102: type uncommonType = abi.UncommonType
reflect
type.go#L342: type uncommonType = abi.UncommonType
type.go#L359: func (t *rtype) uncommon() *abi.UncommonType {
type.go#L420: func (t *interfaceType) uncommon() *abi.UncommonType {
runtime
type.go#L401: type uncommontype = abi.UncommonType
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |