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