Home
last modified time | relevance | path

Searched refs:theItem (Results 1 - 1 of 1) sorted by relevance

/third_party/gptfdisk/
H A Dparttypes.cc590 AType* theItem = allTypes; in operator =() local
594 while ((theItem != NULL) && (!found)) { in operator =()
595 if (theItem->MBRType == ID) { in operator =()
596 GUIDData::operator=(theItem->GUIDType); in operator =()
599 theItem = theItem->next; in operator =()
617 AType* theItem = allTypes; in TypeName() local
621 while ((theItem != NULL) && (!found)) { in TypeName()
622 if (theItem->GUIDType == *this) { // found it! in TypeName()
623 typeName = theItem in TypeName()
638 AType* theItem = allTypes; UTypeName() local
663 AType* theItem = allTypes; GetHexType() local
[all...]

Completed in 2 milliseconds