internal/abi.MapType.IndirectElem (method)

14 uses

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

	runtime
		map.go#L447: 				if t.IndirectElem() {
		map.go#L508: 				if t.IndirectElem() {
		map.go#L552: 				if t.IndirectElem() {
		map.go#L677: 	if t.IndirectElem() {
		map.go#L690: 	if t.IndirectElem() {
		map.go#L756: 			if t.IndirectElem() {
		map.go#L961: 			if t.IndirectElem() {
		map.go#L1253: 				if t.IndirectElem() {
		map.go#L1319: 	if t.Elem.Size_ > maxElemSize && (!t.IndirectElem() || t.ValueSize != uint8(goarch.PtrSize)) ||
		map.go#L1320: 		t.Elem.Size_ <= maxElemSize && (t.IndirectElem() || t.ValueSize != uint8(t.Elem.Size_)) {
		map.go#L1488: 		if t.IndirectElem() {
		map.go#L1585: 				if t.IndirectElem() {
		map.go#L1713: 			if t.IndirectElem() {