Searched refs:Key_Ptr (Results 1 – 11 of 11) sorted by relevance
/dports/devel/adabooch/bc-20160321/src/ |
H A D | bc-indefinite_unmanaged_containers-maps.ads | 134 type Key_Ptr is access Key; type 139 Item_Ptr => Key_Ptr); 142 Item_Ptr => Key_Ptr,
|
H A D | bc-containers-maps.ads | 118 type Key_Ptr is access all Key; type 119 for Key_Ptr'Storage_Size use 0;
|
H A D | bc-indefinite_containers-maps.ads | 25 type Key_Ptr is access Key; formal 27 pragma Warnings (Off, Key_Ptr);
|
H A D | bc-indefinite_containers-maps-bounded.ads | 105 Item_Ptr => Key_Ptr); 108 Item_Ptr => Key_Ptr,
|
H A D | bc-containers-maps-unmanaged.ads | 101 Item_Ptr => Key_Ptr); 104 Item_Ptr => Key_Ptr,
|
H A D | bc-containers-maps-unbounded.ads | 103 Item_Ptr => Key_Ptr, 107 Item_Ptr => Key_Ptr,
|
H A D | bc-containers-maps-dynamic.ads | 109 Item_Ptr => Key_Ptr, 114 Item_Ptr => Key_Ptr,
|
H A D | bc-indefinite_containers-maps-unbounded.ads | 104 Item_Ptr => Key_Ptr, 108 Item_Ptr => Key_Ptr,
|
H A D | bc-containers-maps-bounded.ads | 106 Item_Ptr => Key_Ptr,
|
/dports/textproc/adabrowse/adabrowse_4.0.3/ |
H A D | gal-adt-hash_tables.ads | 396 type Key_Ptr is access Key_Type; type 397 for Key_Ptr'Storage_Pool use Memory.Pool; 406 Key : Key_Ptr := null;
|
H A D | gal-adt-hash_tables.adb | 89 new Ada.Unchecked_Deallocation (Key_Type, Key_Ptr); 144 Key : in Key_Ptr;
|