Searched refs:getShortClass (Results 1 – 3 of 3) sorted by relevance
51 sub getShortClass($$) subroutine
3593 $ClassName = getShortClass($ClassId, $V);
2328 my %ShortBase_Old = map {getShortClass($_, 1) => 1} @Bases_Old;2329 my %ShortBase_New = map {getShortClass($_, 2) => 1} @Bases_New;2341 and not $ShortBase_New{getShortClass($BaseId, 1)})2396 and not $ShortBase_Old{getShortClass($BaseId, 2)})