Searched refs:theItem (Results 1 – 1 of 1) sorted by relevance
286 AType* theItem = allTypes; in operator =() local290 while ((theItem != NULL) && (!found)) { in operator =()291 if (theItem->MBRType == ID) { in operator =()292 GUIDData::operator=(theItem->GUIDType); in operator =()295 theItem = theItem->next; in operator =()313 AType* theItem = allTypes; in TypeName() local317 while ((theItem != NULL) && (!found)) { in TypeName()318 if (theItem->GUIDType == *this) { // found it! in TypeName()319 typeName = theItem->name; in TypeName()322 theItem = theItem->next; in TypeName()[all …]