Home
last modified time | relevance | path

Searched refs:Has_Data (Results 1 – 8 of 8) sorted by relevance

/dports/devel/pragmarcs/PragmARC-1378e7a/
H A Dpragmarc-skip_list_unbounded.ads114 type Node (Has_Data : Boolean; Level : Level_Id);
119 type Node (Has_Data : Boolean; Level : Level_Id) is record
122 case Has_Data is
132 Header : Link := new Node (Has_Data => False, Level => Max_Level);
H A Dpragmarc-list_unbounded_unprotected.adb18 type Node (Has_Data : Boolean) is record
23 case Has_Data is
36 Result := new Node (Has_Data => False);
139 return new Node (Has_Data => True);
308 New_Head := new Node (Has_Data => False);
H A Dpragmarc-list_unbounded_unprotected.ads140 type Node (Has_Data : Boolean);
H A Dpragmarc-skip_list_unbounded.adb118 Ptr := new Node (Has_Data => True, Level => New_Level);
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/shapes/shapes_grid/
H A DGrid_Polygon_Clip.h89 bool Has_Data (int x, int y, CSG_Parameter_Grid_List *pInput);
H A DGrid_Polygon_Clip.cpp201 if( Mask.asByte(x, y) && (Crop == 1 || Has_Data(x, y, pInput)) ) in Get_Output()
253 bool CGrid_Polygon_Clip::Has_Data(int x, int y, CSG_Parameter_Grid_List *pInput) in Has_Data() function in CGrid_Polygon_Clip
/dports/devel/florist-gpl/florist-gpl-2017-src/libsrc/threads/
H A Dposix-signals.adb924 function Has_Data (Source : Signal_Source) return Boolean is subprogram
928 end Has_Data;
H A Dposix-signals.ads203 function Has_Data (Source : Signal_Source) return Boolean; subprogspec