Lines Matching defs:ID
20 static char ID;
25 static char ID;
30 static char ID;
36 static char ID;
43 static char ID;
49 static char ID;
57 static char ID;
62 char MyBaseType::ID = 0;
63 char MyDerivedType::ID = 0;
64 char MyOtherDerivedType::ID = 0;
65 char MyDeeperDerivedType::ID = 0;
66 char MyMultipleInheritanceType::ID = 0;
67 char MyTypeWithConstructor::ID = 0;
68 char MyDerivedTypeWithConstructor::ID = 0;