Lines Matching refs:pModeList
394 if ( pModeList ) in ~DepInfo()
396 ByteString *pString = pModeList->First(); in ~DepInfo()
400 pString = pModeList->Next(); in ~DepInfo()
402 delete pModeList; in ~DepInfo()
404 pModeList = NULL; in ~DepInfo()
437 if (pModeList) in operator <<()
438 pModeList->CleanUp(); in operator <<()
441 if (!pModeList) in operator <<()
442 pModeList = new SByteStringList(); in operator <<()
443 *pModeList << rStream; in operator <<()
446 DELETEZ (pModeList); in operator <<()
457 if (pModeList) in operator >>()
460 *pModeList >> rStream; in operator >>()
2062 SByteStringList* pModeList = NULL; in GetAvailableDeps() local
2063 …if (pPrj->GetModeAndDependencies() && (pModeList = pPrj->GetModeAndDependencies()->GetAllDepModes(… in GetAvailableDeps()
2065 pStr = pModeList->First(); in GetAvailableDeps()
2074 pStr = pModeList->Next(); in GetAvailableDeps()