internal/abi.MapType.IndirectKey (method)

16 uses

	internal/abi (current package)
		type.go#L455: func (mt *MapType) IndirectKey() bool { // store ptr to key instead of key itself

	runtime
		map.go#L442: 			if t.IndirectKey() {
		map.go#L503: 			if t.IndirectKey() {
		map.go#L547: 			if t.IndirectKey() {
		map.go#L634: 			if t.IndirectKey() {
		map.go#L672: 	if t.IndirectKey() {
		map.go#L743: 			if t.IndirectKey() {
		map.go#L750: 			if t.IndirectKey() {
		map.go#L922: 		if t.IndirectKey() {
		map.go#L1205: 				if t.IndirectKey() {
		map.go#L1248: 				if t.IndirectKey() {
		map.go#L1315: 	if t.Key.Size_ > maxKeySize && (!t.IndirectKey() || t.KeySize != uint8(goarch.PtrSize)) ||
		map.go#L1316: 		t.Key.Size_ <= maxKeySize && (t.IndirectKey() || t.KeySize != uint8(t.Key.Size_)) {
		map.go#L1483: 		if t.IndirectKey() {
		map.go#L1580: 				if t.IndirectKey() {
		map.go#L1648: 			if t.IndirectKey() {