Home | History | Annotate | Download | only in scripts

Lines Matching full:parents

349     return "Object" if @{$dataNode->parents} eq 0;
351 my $parent = $codeGenerator->StripModule($dataNode->parents(0));
362 my $numParents = @{$dataNode->parents};
374 my $parentName = $codeGenerator->StripModule($dataNode->parents(0));
376 die "Parents of protocols must also be protocols." unless IsProtocolType($parentName);
388 my @parents = @{$dataNode->parents};
389 my $firstParent = $codeGenerator->StripModule(shift(@parents));
399 foreach my $parentName (@parents) {
1000 if (@{$dataNode->parents} > 1) {