Home
last modified time | relevance | path

Searched refs:AVL_Node_Ref (Results 1 – 12 of 12) sorted by relevance

/dports/devel/adabooch/bc-20160321/src/
H A Dbc-containers-trees-avl.adb71 use type Support.AVL_Node_Ref;
91 procedure Visit (Node : Support.AVL_Node_Ref);
92 procedure Visit (Node : Support.AVL_Node_Ref) is
93 use type Support.AVL_Node_Ref;
113 procedure Modify (Node : Support.AVL_Node_Ref);
115 use type Support.AVL_Node_Ref;
156 This : Support.AVL_Node_Ref
158 use type Support.AVL_Node_Ref;
169 use type Support.AVL_Node_Ref;
180 procedure Visit (Node : Support.AVL_Node_Ref);
[all …]
H A Dbc-trees-avl_trees.adb32 procedure Purge (Node : in out AVL_Node_Ref);
46 procedure Balance_Left (Node : in out AVL_Node_Ref;
60 procedure Purge (Node : in out AVL_Node_Ref) is
74 P1, P2 : AVL_Node_Ref;
169 P1, P2 : AVL_Node_Ref;
218 P1, P2 : AVL_Node_Ref;
316 Q : AVL_Node_Ref;
485 procedure Visit (Node : AVL_Node_Ref);
486 procedure Visit (Node : AVL_Node_Ref) is
506 procedure Modify (Node : AVL_Node_Ref);
[all …]
H A Dbc-support-avl_trees.adb32 procedure Purge (Node : in out AVL_Node_Ref);
36 Node : in out AVL_Node_Ref;
42 Node : in out AVL_Node_Ref;
46 procedure Balance_Left (Node : in out AVL_Node_Ref;
65 procedure Purge (Node : in out AVL_Node_Ref) is
79 P1, P2 : AVL_Node_Ref;
174 P1, P2 : AVL_Node_Ref;
223 P1, P2 : AVL_Node_Ref;
321 Q : AVL_Node_Ref;
448 procedure Visit (Node : AVL_Node_Ref);
[all …]
H A Dbc-support-avl_trees.ads37 type AVL_Node_Ref is access AVL_Node; type
38 for AVL_Node_Ref'Storage_Pool use Storage;
44 Left, Right : AVL_Node_Ref;
49 Rep : AVL_Node_Ref;
H A Dbc-trees-avl_trees.ads89 type AVL_Node_Ref is access AVL_Node; type
90 for AVL_Node_Ref'Storage_Pool use Storage;
96 Left, Right : AVL_Node_Ref;
101 Rep : AVL_Node_Ref;
H A Dbc-containers-trees-avl-print.adb25 procedure Print_Node (N : Support.AVL_Node_Ref; Indent : Natural);
26 procedure Print_Node (N : Support.AVL_Node_Ref; Indent : Natural) is
27 use type Support.AVL_Node_Ref;
H A Dbc-containers-trees-avl-validate.adb29 function Validate (N : Support.AVL_Node_Ref) return Natural;
30 function Validate (N : Support.AVL_Node_Ref) return Natural is
35 use type Support.AVL_Node_Ref;
H A Dbc-trees-avl_trees-iterators.adb40 This : AVL_Node_Ref := It.For_The_Container.Rep;
61 procedure Visit (Node : AVL_Node_Ref);
64 procedure Visit (Node : AVL_Node_Ref) is
H A Dbc-trees-avl_trees-print.adb25 procedure Print_Node (N : AVL_Node_Ref; Indent : Natural);
26 procedure Print_Node (N : AVL_Node_Ref; Indent : Natural) is
H A Dbc-trees-avl_trees-validate.adb29 function Validate (N : AVL_Node_Ref) return Natural;
30 function Validate (N : AVL_Node_Ref) return Natural is
H A Dbc-trees-avl_trees-iterators.ads44 Previous, Current : AVL_Node_Ref;
H A Dbc-containers-trees-avl.ads113 Previous, Current : Support.AVL_Node_Ref;