Home
last modified time | relevance | path

Searched refs:Value_Array (Results 26 – 33 of 33) sorted by relevance

12

/dports/devel/pcsc-ada/libpcscada-0.7.3/examples/ifd/
H A Difd.adb131 Value.all := Value_Array'(16#41#, 16#64#, 16#61#, others => 0);
143 Value.all := Value_Array'(16#12#, 16#24#, others => 0);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-environments.ads160 type Value_Array (Len : Iir_Index32) is record type
164 type Value_Array_Acc is access Value_Array;
H A Dsimul-environments.adb584 subtype Data_Type is Value_Array (Len);
632 subtype Data_Type is Value_Array (Nbr);
H A Dsimul-execution.adb3644 Value_Array (Iir_Index32 (Nbr_Assoc));
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dglib-values.adb38 procedure Internal (Value_Array : System.Address);
/dports/devel/efl/efl-1.25.1/src/bindings/mono/eina_mono/
H A Deina_value.cs46 struct Value_Array struct
150 internal static extern bool eina_value_get_wrapper(IntPtr handle, out Value_Array output); in eina_value_get_wrapper()
483 …static extern bool eina_value_optional_pget(IntPtr handle, out Eina.EinaNative.Value_Array output); in eina_value_optional_pget()
538 …nal static extern bool eina_value_pset_wrapper(IntPtr handle, ref Eina.EinaNative.Value_Array ptr); in eina_value_pset_wrapper()
967 return Marshal.SizeOf(typeof(EinaNative.Value_Array)); in MarshalSizeOf()
2255 private static Value FromArrayDesc(Eina.EinaNative.Value_Array arrayDesc) in FromArrayDesc()
2825 EinaNative.Value_Array value_array; in Set()
3140 Eina.EinaNative.Value_Array array_desc; in Get()
/dports/x11-toolkits/gtkada3/gtkada-1688bb8/src/
H A Dglib-values.adb34 procedure Internal (Value_Array : C_GValues);
/dports/devel/matreshka/matreshka-0.7.0/source/sql/mysql/
H A Dmatreshka-internals-sql_drivers-mysql-queries.adb71 new Ada.Unchecked_Deallocation (Value_Array, Value_Array_Access);
126 Values : Value_Array (1 .. Self.Parameters.Number_Of_Positional);
470 Self.Buffer := new Value_Array (1 .. Count);

12