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

2 uses

	internal/runtime/maps (current package)
		map.go#L469: func (m *Map) Put(typ *abi.SwissMapType, key, elem unsafe.Pointer) {

	runtime
		map_swiss.go#L343: 		dst.Put(t, iter.Key(), iter.Elem())