Searched defs:mHead (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTSubstringTuple.h67 : mHead(nsnull)
72 : mHead(&head)
96 const self_type* mHead; member in class:nsTSubstringTuple_CharT
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcList.h63 : mHead(NULL)
73 obj->mNext = mHead;
74 mHead = obj;
76 mTail = mHead;
90 mTail = mHead = obj;
109 if (mHead)
131 T *first = mHead;
155 while (mHead)
159 const T *First() const { return mHead; }
160 T *First() { return mHead; }
198 T *mHead; member in class:ipcList
[all...]
/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp429 EventMapRecord *mHead; member in class:EventMapList
434 mHead(0),
439 EventMapRecord *pCur = mHead;
456 pNew->mNext = mHead;
457 if (mHead)
458 mHead->mPrev = pNew;
459 mHead = pNew;
470 EventMapRecord *pCur = mHead;
476 if (pCur == mHead)
477 mHead
[all...]

Completed in 147 milliseconds