type internal/abi.UncommonType
20 uses
internal/abi (current package)
type.go#L224: type UncommonType struct {
type.go#L232: func (t *UncommonType) Methods() []Method {
type.go#L239: func (t *UncommonType) ExportedMethods() []Method {
type.go#L301: u UncommonType
type.go#L314: func (t *Type) Uncommon() *UncommonType {
type.go#L324: u UncommonType
type.go#L330: u UncommonType
type.go#L336: u UncommonType
type.go#L342: u UncommonType
type.go#L348: u UncommonType
type.go#L354: u UncommonType
type.go#L360: u UncommonType
type.go#L366: u UncommonType
type.go#L546: uadd += unsafe.Sizeof(UncommonType{})
type.go#L560: uadd += unsafe.Sizeof(UncommonType{})
internal/reflectlite
type.go#L102: type uncommonType = abi.UncommonType
reflect
type.go#L309: type uncommonType = abi.UncommonType
type.go#L326: func (t *rtype) uncommon() *abi.UncommonType {
type.go#L387: func (t *interfaceType) uncommon() *abi.UncommonType {
runtime
type.go#L234: type uncommontype = abi.UncommonType
![]() |
The pages are generated with Golds v0.7.6. (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. |