type internal/abi.UncommonType

20 uses

	internal/abi (current package)
		type.go#L231: type UncommonType struct {
		type.go#L239: func (t *UncommonType) Methods() []Method {
		type.go#L246: func (t *UncommonType) ExportedMethods() []Method {
		type.go#L308: 	u UncommonType
		type.go#L321: func (t *Type) Uncommon() *UncommonType {
		type.go#L331: 			u UncommonType
		type.go#L337: 			u UncommonType
		type.go#L343: 			u UncommonType
		type.go#L349: 			u UncommonType
		type.go#L355: 			u UncommonType
		type.go#L361: 			u UncommonType
		type.go#L367: 			u UncommonType
		type.go#L373: 			u UncommonType
		type.go#L522: 		uadd += unsafe.Sizeof(UncommonType{})
		type.go#L536: 		uadd += unsafe.Sizeof(UncommonType{})

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

	reflect
		type.go#L319: type uncommonType = abi.UncommonType
		type.go#L336: func (t *rtype) uncommon() *abi.UncommonType {
		type.go#L397: func (t *interfaceType) uncommon() *abi.UncommonType {

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