Searched defs:IsEmpty (Results 1 - 8 of 8) sorted by relevance

/vbox/include/VBox/GuestHost/
H A DDragAndDrop.h121 bool IsEmpty(void) { return m_lstTree.isEmpty(); } function in class:DnDURIList
/vbox/src/libs/xpcom18a4/ipc/ipcd/shared/src/
H A DipcList.h164 PRBool IsEmpty() const { return mHead == NULL; } function in class:ipcList
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFtwMisc.c34 BOOLEAN IsEmpty; local
39 IsEmpty = TRUE;
42 IsEmpty = FALSE;
47 return IsEmpty;
/vbox/src/VBox/Main/src-server/
H A DMediumLock.cpp161 bool MediumLockList::IsEmpty() function in class:MediumLockList
274 bool MediumLockListMap::IsEmpty() function in class:MediumLockListMap
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTAString.h79 * single string operation (including simple operations such as IsEmpty() and
181 * Length checking functions. IsEmpty is a helper function to avoid
186 PRBool IsEmpty() const { return Length() == 0; } function in class:nsTAString_CharT
H A DnsTSubstring.h162 PRBool IsEmpty() const function in class:nsTSubstring_CharT
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.h284 PRBool IsEmpty() const { return Length() == 0; } function in class:nsSimpleCharString
401 if (mPath.IsEmpty() && NS_SUCCEEDED(mError))
/vbox/src/VBox/Main/include/
H A DGuestCtrlImplPrivate.h296 bool IsEmpty(void) { return mPairs.empty(); } function in class:GuestProcessStreamBlock

Completed in 44 milliseconds