Home
last modified time | relevance | path

Searched refs:Key_Ptr (Results 1 – 11 of 11) sorted by relevance

/dports/devel/adabooch/bc-20160321/src/
H A Dbc-indefinite_unmanaged_containers-maps.ads134 type Key_Ptr is access Key; type
139 Item_Ptr => Key_Ptr);
142 Item_Ptr => Key_Ptr,
H A Dbc-containers-maps.ads118 type Key_Ptr is access all Key; type
119 for Key_Ptr'Storage_Size use 0;
H A Dbc-indefinite_containers-maps.ads25 type Key_Ptr is access Key; formal
27 pragma Warnings (Off, Key_Ptr);
H A Dbc-indefinite_containers-maps-bounded.ads105 Item_Ptr => Key_Ptr);
108 Item_Ptr => Key_Ptr,
H A Dbc-containers-maps-unmanaged.ads101 Item_Ptr => Key_Ptr);
104 Item_Ptr => Key_Ptr,
H A Dbc-containers-maps-unbounded.ads103 Item_Ptr => Key_Ptr,
107 Item_Ptr => Key_Ptr,
H A Dbc-containers-maps-dynamic.ads109 Item_Ptr => Key_Ptr,
114 Item_Ptr => Key_Ptr,
H A Dbc-indefinite_containers-maps-unbounded.ads104 Item_Ptr => Key_Ptr,
108 Item_Ptr => Key_Ptr,
H A Dbc-containers-maps-bounded.ads106 Item_Ptr => Key_Ptr,
/dports/textproc/adabrowse/adabrowse_4.0.3/
H A Dgal-adt-hash_tables.ads396 type Key_Ptr is access Key_Type; type
397 for Key_Ptr'Storage_Pool use Memory.Pool;
406 Key : Key_Ptr := null;
H A Dgal-adt-hash_tables.adb89 new Ada.Unchecked_Deallocation (Key_Type, Key_Ptr);
144 Key : in Key_Ptr;