type internal/abi.UncommonType

20 uses

	internal/abi (current package)
		type.go#L235: type UncommonType struct {
		type.go#L243: func (t *UncommonType) Methods() []Method {
		type.go#L250: func (t *UncommonType) ExportedMethods() []Method {
		type.go#L312: 	u UncommonType
		type.go#L325: func (t *Type) Uncommon() *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#L377: 			u UncommonType
		type.go#L526: 		uadd += unsafe.Sizeof(UncommonType{})
		type.go#L540: 		uadd += unsafe.Sizeof(UncommonType{})

	internal/reflectlite
		type.go#L102: type uncommonType = abi.UncommonType

	reflect
		type.go#L310: type uncommonType = abi.UncommonType
		type.go#L327: func (t *rtype) uncommon() *abi.UncommonType {
		type.go#L388: func (t *interfaceType) uncommon() *abi.UncommonType {

	runtime
		type.go#L397: type uncommontype = abi.UncommonType