internal/runtime/maps.Map.PutSlot (method)

2 uses

	internal/runtime/maps (current package)
		map.go#L470: 	slotElem := m.PutSlot(typ, key)
		map.go#L478: func (m *Map) PutSlot(typ *abi.SwissMapType, key unsafe.Pointer) unsafe.Pointer {