Lines Matching refs:GetChildCount
297 function GetChildCount(const T: IANTLRInterface): Integer;
441 function GetChildCount: Integer; in GetChildCount() function
492 property ChildCount: Integer read GetChildCount;
1150 function GetChildCount: Integer; virtual;
1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; in GetChildCount() function
1327 function GetChildCount(const T: IANTLRInterface): Integer; override; in GetChildCount() function
2217 N := GetChildCount;
2244 function TBaseTree.GetChildCount: Integer; in GetChildCount() function
2376 N := GetChildCount;
2483 if (GetChildCount > 0) then
2506 if (GetChildCount > 0) then
2776 N := GetChildCount(T);
2803 function TBaseTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function
2916 function TCommonTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function
3095 N := FAdaptor.GetChildCount(T);
3798 if (FInput.TreeAdaptor.GetChildCount(Look) = 0) then
4150 N1 := Adaptor.GetChildCount(T1);
4151 N2 := Adaptor.GetChildCount(T2);
4182 N := FAdaptor.GetChildCount(T);
4212 N1 := FAdaptor.GetChildCount(T1);
4238 N := FAdaptor.GetChildCount(T);
4641 if (FAdaptor.GetChildCount(FCurrentNode) = 0) then
4754 if (FCurrentChildIndex < FAdaptor.GetChildCount(FCurrentNode)) then
4876 N := FAdaptor.GetChildCount(P);
4912 while (FCurrentNode <> nil) and (FCurrentChildIndex >= FAdaptor.GetChildCount(FCurrentNode)) do
4921 if (FCurrentChildIndex >= FAdaptor.GetChildCount(FCurrentNode)) then