Home
last modified time | relevance | path

Searched refs:Boolean_Value (Results 1 – 25 of 100) sorted by relevance

1234

/dports/devel/matreshka/matreshka-0.7.0/source/league/
H A Dleague-json-values.adb91 return Self.Data.Value.Kind = Matreshka.JSON_Types.Boolean_Value;
169 when Matreshka.JSON_Types.Boolean_Value =>
170 return Boolean_Value;
218 if Self.Data.Value.Kind = Matreshka.JSON_Types.Boolean_Value then
219 return Self.Data.Value.Boolean_Value;
256 when Matreshka.JSON_Types.Boolean_Value =>
259 (Self.Data.Value.Boolean_Value);
326 (Kind => Matreshka.JSON_Types.Boolean_Value,
327 Boolean_Value => Value)));
H A Dmatreshka-json_types.ads58 Boolean_Value, literal
143 when Boolean_Value =>
144 Boolean_Value : Boolean; component
/dports/devel/matreshka/matreshka-0.7.0/source/amf/uml/
H A Damf-internals-uml_literal_booleans.adb307 overriding function Boolean_Value subprogram
314 return Boolean_Value (Self);
315 end Boolean_Value;
335 overriding function Boolean_Value subprogram
342 return Boolean_Value (Self);
343 end Boolean_Value;
H A Damf-internals-uml_value_specifications.adb51 overriding function Boolean_Value subprogram
65 end Boolean_Value;
H A Damf-internals-uml_literal_booleans.ads158 overriding function Boolean_Value subprogspec
172 overriding function Boolean_Value subprogspec
H A Damf-internals-uml_durations.adb326 overriding function Boolean_Value subprogram
333 return Boolean_Value (Self);
334 end Boolean_Value;
H A Damf-internals-uml_instance_values.adb311 overriding function Boolean_Value subprogram
318 return Boolean_Value (Self);
319 end Boolean_Value;
H A Damf-internals-uml_time_expressions.adb326 overriding function Boolean_Value subprogram
333 return Boolean_Value (Self);
334 end Boolean_Value;
H A Damf-uml-literal_booleans.ads75 not overriding function Boolean_Value subprogram
H A Damf-internals-uml_expressions.adb340 overriding function Boolean_Value subprogram
347 return Boolean_Value (Self);
348 end Boolean_Value;
H A Damf-internals-uml_intervals.adb340 overriding function Boolean_Value subprogram
347 return Boolean_Value (Self);
348 end Boolean_Value;
H A Damf-internals-uml_value_specifications.ads53 overriding function Boolean_Value subprogspec
H A Damf-internals-uml_opaque_expressions.adb423 overriding function Boolean_Value subprogram
430 return Boolean_Value (Self);
431 end Boolean_Value;
H A Damf-internals-uml_duration_intervals.adb398 overriding function Boolean_Value subprogram
405 return Boolean_Value (Self);
406 end Boolean_Value;
H A Damf-internals-uml_time_intervals.adb398 overriding function Boolean_Value subprogram
405 return Boolean_Value (Self);
406 end Boolean_Value;
H A Damf-uml-value_specifications.ads69 not overriding function Boolean_Value subprogram
H A Damf-internals-uml_string_expressions.adb442 overriding function Boolean_Value subprogram
449 return Boolean_Value (Self);
450 end Boolean_Value;
/dports/devel/matreshka/matreshka-0.7.0/source/amf/mof/cmof/
H A Damf-internals-cmof_expressions.adb183 overriding function Boolean_Value subprogram
191 return Boolean_Value (Self);
192 end Boolean_Value;
H A Damf-internals-cmof_opaque_expressions.adb187 overriding function Boolean_Value subprogram
195 return Boolean_Value (Self);
196 end Boolean_Value;
H A Damf-internals-tables-cmof_attributes.adb937 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (8).Boolean_Value;
948 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (15).Boolean_Value;
981 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (7).Boolean_Value;
1003 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (7).Boolean_Value;
1014 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (6).Boolean_Value;
1036 return AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (8).Boolean_Value;
2596 AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (8).Boolean_Value := To;
2668 AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (7).Boolean_Value := To;
2704 AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (7).Boolean_Value := To;
2722 AMF.Internals.Tables.CMOF_Element_Table.Table (Self).Member (6).Boolean_Value := To;
[all …]
H A Damf-cmof-value_specifications.ads86 not overriding function Boolean_Value subprogram
H A Damf-internals-tables-cmof_types.ads94 Boolean_Value : Boolean; component
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.ada/uninitialized_vars/
H A Dparse.adb119 Boolean_Value : Boolean; component
126 NBI_B : Value_Type := (Var => V_Boolean, Boolean_Value => True);
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.ada/uninitialized_vars/
H A Dparse.adb119 Boolean_Value : Boolean; component
126 NBI_B : Value_Type := (Var => V_Boolean, Boolean_Value => True);
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.ada/uninitialized_vars/
H A Dparse.adb119 Boolean_Value : Boolean; component
126 NBI_B : Value_Type := (Var => V_Boolean, Boolean_Value => True);

1234