Lines Matching refs:Shared_String_Access

67      (Length, Growth : Natural) return not null Shared_String_Access;
79 LR : constant Shared_String_Access := Left.Reference;
80 RR : constant Shared_String_Access := Right.Reference;
82 DR : Shared_String_Access;
118 LR : constant Shared_String_Access := Left.Reference;
120 DR : Shared_String_Access;
150 RR : constant Shared_String_Access := Right.Reference;
152 DR : Shared_String_Access;
182 LR : constant Shared_String_Access := Left.Reference;
184 DR : Shared_String_Access;
199 RR : constant Shared_String_Access := Right.Reference;
201 DR : Shared_String_Access;
220 DR : Shared_String_Access;
248 DR : Shared_String_Access;
278 RR : constant Shared_String_Access := Right.Reference;
280 DR : Shared_String_Access;
320 LR : constant Shared_String_Access := Left.Reference;
321 RR : constant Shared_String_Access := Right.Reference;
330 LR : constant Shared_String_Access := Left.Reference;
339 RR : constant Shared_String_Access := Right.Reference;
352 LR : constant Shared_String_Access := Left.Reference;
353 RR : constant Shared_String_Access := Right.Reference;
365 LR : constant Shared_String_Access := Left.Reference;
374 RR : constant Shared_String_Access := Right.Reference;
387 LR : constant Shared_String_Access := Left.Reference;
388 RR : constant Shared_String_Access := Right.Reference;
399 LR : constant Shared_String_Access := Left.Reference;
408 RR : constant Shared_String_Access := Right.Reference;
421 LR : constant Shared_String_Access := Left.Reference;
422 RR : constant Shared_String_Access := Right.Reference;
431 LR : constant Shared_String_Access := Left.Reference;
440 RR : constant Shared_String_Access := Right.Reference;
453 LR : constant Shared_String_Access := Left.Reference;
454 RR : constant Shared_String_Access := Right.Reference;
466 LR : constant Shared_String_Access := Left.Reference;
475 RR : constant Shared_String_Access := Right.Reference;
512 (Max_Length : Natural) return not null Shared_String_Access
532 (Length, Growth : Natural) return not null Shared_String_Access is
552 SR : constant Shared_String_Access := Source.Reference;
553 NR : constant Shared_String_Access := New_Item.Reference;
555 DR : Shared_String_Access;
592 SR : constant Shared_String_Access := Source.Reference;
594 DR : Shared_String_Access;
624 SR : constant Shared_String_Access := Source.Reference;
626 DR : Shared_String_Access;
652 (Item : not null Shared_String_Access;
672 SR : constant Shared_String_Access := Source.Reference;
682 SR : constant Shared_String_Access := Source.Reference;
691 SR : constant Shared_String_Access := Source.Reference;
705 SR : constant Shared_String_Access := Source.Reference;
707 DR : Shared_String_Access;
749 SR : constant Shared_String_Access := Source.Reference;
751 DR : Shared_String_Access;
800 SR : constant Shared_String_Access := Source.Reference;
814 SR : constant not null Shared_String_Access := Object.Reference;
843 SR : constant Shared_String_Access := Source.Reference;
855 SR : constant Shared_String_Access := Source.Reference;
880 SR : constant Shared_String_Access := Source.Reference;
881 DR : Shared_String_Access;
929 SR : constant Shared_String_Access := Source.Reference;
930 DR : Shared_String_Access;
993 SR : constant Shared_String_Access := Source.Reference;
1004 SR : constant Shared_String_Access := Source.Reference;
1015 SR : constant Shared_String_Access := Source.Reference;
1027 SR : constant Shared_String_Access := Source.Reference;
1040 SR : constant Shared_String_Access := Source.Reference;
1053 SR : constant Shared_String_Access := Source.Reference;
1066 SR : constant Shared_String_Access := Source.Reference;
1076 SR : constant Shared_String_Access := Source.Reference;
1099 SR : constant Shared_String_Access := Source.Reference;
1101 DR : Shared_String_Access;
1140 SR : constant Shared_String_Access := Source.Reference;
1142 DR : Shared_String_Access;
1212 SR : constant Shared_String_Access := Source.Reference;
1214 DR : Shared_String_Access;
1255 SR : constant Shared_String_Access := Source.Reference;
1257 DR : Shared_String_Access;
1313 procedure Reference (Item : not null Shared_String_Access) is
1331 SR : constant Shared_String_Access := Source.Reference;
1332 DR : Shared_String_Access;
1370 SR : constant Shared_String_Access := Source.Reference;
1372 DR : Shared_String_Access;
1419 SR : constant Shared_String_Access := Source.Reference;
1421 DR : Shared_String_Access;
1477 TR : constant Shared_String_Access := Target.Reference;
1478 DR : Shared_String_Access;
1516 SR : constant Shared_String_Access := Source.Reference;
1548 SR : constant Shared_String_Access := Source.Reference;
1549 DR : Shared_String_Access;
1590 SR : constant Shared_String_Access := Source.Reference;
1591 DR : Shared_String_Access;
1594 (SR : Shared_String_Access;
1595 DR : Shared_String_Access;
1604 (SR : Shared_String_Access;
1605 DR : Shared_String_Access;
1664 DR : Shared_String_Access;
1680 DR : Shared_String_Access;
1702 SR : constant Shared_String_Access := Source.Reference;
1703 DR : Shared_String_Access;
1730 SR : constant Shared_String_Access := Source.Reference;
1731 DR : Shared_String_Access;
1765 SR : constant Shared_String_Access := Source.Reference;
1766 DR : Shared_String_Access;
1799 SR : constant Shared_String_Access := Source.Reference;
1800 DR : Shared_String_Access;
1846 SR : constant Shared_String_Access := Source.Reference;
1848 DR : Shared_String_Access;
1899 SR : constant Shared_String_Access := Source.Reference;
1901 DR : Shared_String_Access;
1959 SR : constant Shared_String_Access := Source.Reference;
1961 DR : Shared_String_Access;
2001 SR : constant Shared_String_Access := Source.Reference;
2003 DR : Shared_String_Access;
2055 SR : constant Shared_String_Access := Source.Reference;
2057 DR : Shared_String_Access;
2088 SR : constant Shared_String_Access := Source.Reference;
2089 TR : constant Shared_String_Access := Target.Reference;
2091 DR : Shared_String_Access;
2130 procedure Unreference (Item : not null Shared_String_Access) is
2133 new Ada.Unchecked_Deallocation (Shared_String, Shared_String_Access);
2135 Aux : Shared_String_Access := Item;