Skip to content

Commit

Permalink
import xml doc of development (8b18a2f6ec69ec3ab09163ae92055da114615f77)
Browse files Browse the repository at this point in the history
  • Loading branch information
haxe-ci committed Aug 1, 2024
1 parent adad2c4 commit 3692a95
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 11 deletions.
45 changes: 35 additions & 10 deletions xml/development/hl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35978,11 +35978,11 @@
<e>"array_type"</e>
</m></meta>
</getType>
<blit public="1" set="method" line="97" static="1">
<f a="this:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<real_blit set="method" line="97" static="1">
<f a="dest:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><x path="Any"/></x>
<x path="Int"/>
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="hl.NativeArray"><x path="Any"/></x>
<x path="Int"/>
<x path="Int"/>
<x path="Void"/>
Expand All @@ -35991,7 +35991,15 @@
<e>"std"</e>
<e>"array_blit"</e>
</m></meta>
</blit>
</real_blit>
<blit public="1" get="inline" set="null" line="99" static="1"><f a="this:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="Int"/>
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="Int"/>
<x path="Int"/>
<x path="Void"/>
</f></blit>
<meta><m n=":directlyUsed"/></meta>
</class></impl>
</abstract>
Expand Down Expand Up @@ -36063,11 +36071,11 @@
<e>"array_type"</e>
</m></meta>
</getType>
<blit public="1" set="method" line="97" static="1">
<f a="this:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<real_blit set="method" line="97" static="1">
<f a="dest:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><x path="Any"/></x>
<x path="Int"/>
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="hl.NativeArray"><x path="Any"/></x>
<x path="Int"/>
<x path="Int"/>
<x path="Void"/>
Expand All @@ -36076,7 +36084,15 @@
<e>"std"</e>
<e>"array_blit"</e>
</m></meta>
</blit>
</real_blit>
<blit public="1" get="inline" set="null" line="99" static="1"><f a="this:pos:src:srcPos:srcLen">
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="Int"/>
<x path="hl.NativeArray"><c path="hl.NativeArray.T"/></x>
<x path="Int"/>
<x path="Int"/>
<x path="Void"/>
</f></blit>
<meta><m n=":directlyUsed"/></meta>
</class>
<typedef path="hl.Symbol" params="" file="/home/runner/work/haxe/haxe/std/hl/Profile.hx" module="hl.Profile"><c path="hl.Abstract"><c path="Shl_symbol"/></c></typedef>
Expand Down Expand Up @@ -37465,6 +37481,14 @@
</f>
<meta><m n=":has_untyped"/></meta>
</allocF64>
<allocI64 public="1" set="method" line="152" static="1">
<f a="bytes:length">
<x path="hl.BytesAccess"><x path="hl.I64"/></x>
<x path="Int"/>
<t path="hl.types.ArrayI64"/>
</f>
<meta><m n=":has_untyped"/></meta>
</allocI64>
<length public="1" set="null"><x path="Int"/></length>
<pushDyn public="1" set="method" line="45"><f a="v">
<d/>
Expand Down Expand Up @@ -37689,6 +37713,7 @@
<typedef path="hl.types.ArrayUI16" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayBytes.hx" module="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes_hl_UI16"/></typedef>
<typedef path="hl.types.ArrayF32" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayBytes.hx" module="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes_hl_F32"/></typedef>
<typedef path="hl.types.ArrayF64" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayBytes.hx" module="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes_Float"/></typedef>
<typedef path="hl.types.ArrayI64" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayBytes.hx" module="hl.types.ArrayBytes"><c path="hl.types.ArrayBytes_hl_I64"/></typedef>
<class path="hl.types.ArrayDynIterator" params="" file="/home/runner/work/haxe/haxe/std/hl/types/ArrayDyn.hx" module="hl.types.ArrayDyn">
<extends path="haxe.iterators.ArrayIterator"><d/></extends>
<a><c path="hl.types.ArrayBase"/></a>
Expand Down
2 changes: 1 addition & 1 deletion xml/development/info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"commit": "b537e996f67222d004fd9fb26f229920a140ef75",
"commit": "8b18a2f6ec69ec3ab09163ae92055da114615f77",
"branch": "development"
}

0 comments on commit 3692a95

Please sign in to comment.