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