Searched refs:IsEmpty (Results 1 - 25 of 479) sorted by path

1234567891011>>

/haiku/headers/build/os/app/
H A DMessage.h68 bool IsEmpty() const;
/haiku/headers/os/app/
H A DMessageQueue.h23 bool IsEmpty() const;
/haiku/headers/os/package/solver/
H A DSolverPackageSpecifierList.h26 bool IsEmpty() const;
H A DSolverRepository.h60 bool IsEmpty() const;
H A DSolverResult.h48 bool IsEmpty() const;
/haiku/headers/os/support/
H A DList.h56 bool IsEmpty() const;
H A DObjectList.h166 bool IsEmpty() const;
609 BObjectList<T>::IsEmpty() const function in class:BObjectList
611 return _PointerList_::IsEmpty();
H A DStringList.h54 bool IsEmpty() const;
/haiku/headers/private/debugger/model/
H A DUserBreakpoint.h109 { return !fConditionExpression.IsEmpty(); }
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h148 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::SinglyLinkedList
H A DStack.h32 bool IsEmpty() const function in class:FSShell::Stack
/haiku/headers/private/kernel/
H A Dlisteners.h45 if (!gSchedulerListeners.IsEmpty()) {
59 if (!gSchedulerListeners.IsEmpty()) {
91 if (!gWaitObjectListeners.IsEmpty()) {
107 if (!gWaitObjectListeners.IsEmpty()) {
/haiku/headers/private/kernel/util/
H A DAVLTreeMap.h63 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTreeMap
H A DKMessage.h67 bool IsEmpty() const;
H A DSinglyLinkedList.h145 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:SinglyLinkedList
H A DSplayTree.h206 bool IsEmpty() const function in class:SplayTree
561 bool IsEmpty() const function in class:IteratableSplayTree
563 return fTree.IsEmpty();
H A DStack.h31 bool IsEmpty() const function in class:Stack
/haiku/headers/private/media/
H A DTList.h90 bool IsEmpty() const function in class:List
H A DTMap.h99 bool IsEmpty() const function in class:Map
/haiku/headers/private/net/
H A DAddressUtilities.h46 bool IsEmpty(bool checkPort) const function in class:SocketAddress
179 bool IsEmpty(bool checkPort) const function in class:ConstSocketAddress
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h285 if (value.IsEmpty())
/haiku/headers/private/shared/
H A DArray.h32 inline bool IsEmpty() const { return fSize == 0; } function in class:BPrivate::Array
H A DRangeArray.h47 inline bool IsEmpty() const function in class:BPrivate::RangeArray
48 { return fRanges.IsEmpty(); }
/haiku/src/add-ons/kernel/bluetooth/hci/
H A Dbluetooth.cpp262 if (sDeviceList.IsEmpty())
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DC3gDco.cpp937 if (m_cmActive.IsEmpty())

Completed in 156 milliseconds

1234567891011>>