internal/abi.Type.MapType (method)

4 uses

	internal/abi (current package)
		type.go#L410: func (t *Type) MapType() *mapType {

	internal/reflectlite
		type.go#L326: 	tt := t.Type.MapType()

	internal/sync
		hashtriemap.go#L49: 	mapType := abi.TypeOf(m).MapType()

	unique
		canonmap.go#L31: 	mapType := abi.TypeOf(m).MapType()