Searched full:primitives (Results 1 – 25 of 110) sorted by relevance
12345
23 PRIMITIVES = Hash.new() constant43 data.primitives.each do |primitive|45 Signatures::PRIMITIVES[primitive.ref] = primitive.name
16 # primitives equal26 # primitives not equal
56 // array of primitives (char)63 // array of primitives (long)71 // array of primitives (int)77 // array of primitives (boolean)91 // array of boxed primitives (Char) with implicit unboxing103 // array of primitives (int) with implicit boxing108 // array of primitives (boolean) with implicit boxing
24 # Do not check files with primitives wrappers.29 # Do not check files with primitives wrappers.
1 # #15592 Timeouts. Will be fixed when generics accept primitives as type arguments
15 primitives:
16 {% for p in primitives %}
37 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…200 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…241 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…284 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…345 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…413 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…760 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…1134 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…1178 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
14 --- # List of allowed widening primitives conversion
21 Use unsupported types (primitives, boxed)
27 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…161 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…202 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…263 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…645 …default values (i.e. 0 for primitives and null for objects) and put a reference to the newly creat…
33 // Important corner case for casting primitives to the boxed counterparts:
19 * @class provides api for sync primitives (see std/core/SyncPrimitives.sts) in escompat
18 /// This class provides api for sync primitives (see SyncPrimitives.sts)
27 """Base class for ArkTS mirror primitives."""
31 """Base class for ArkTS mirror primitives."""
37 """Base class for ArkTS mirror primitives."""
37 // Important corner case for casting primitives to the boxed counterparts:
24 // Primitives types in ToEtsClassRoot()
41 % Signatures::PRIMITIVES.each do |ref, name|45 // TypeDescriptor primitives
36 utf::CStringAsMutf8("Object is not an array of primitives")); in EtsArrayBufferFrom()