Searched defs:IsEmpty (Results 26 - 50 of 100) sorted by relevance

1234

/haiku/src/servers/registrar/
H A DAppInfoList.h55 bool IsEmpty() const { return (CountInfos() == 0); }; function in class:AppInfoList
H A DPriorityMessageQueue.cpp109 PriorityMessageQueue::IsEmpty() const function in class:PriorityMessageQueue
/haiku/headers/os/support/
H A DString.h458 BString::IsEmpty() const function in class:BString
/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/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
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCChannelMask.cpp121 BOOL CChannelMask::IsEmpty() function in class:CChannelMask
448 BOOL CChMaskDsp::IsEmpty() function in class:CChMaskDsp
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h260 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:List
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.cpp112 MulticastGroupInterface<Addressing>::IsEmpty() const function in class:MulticastGroupInterface
/haiku/src/kits/package/solver/
H A DSolverRepository.cpp247 BSolverRepository::IsEmpty() const function in class:BPackageKit::BSolverRepository
/haiku/src/servers/package/
H A DFSUtils.h45 bool IsEmpty() const function in struct:FSUtils::RelativePath
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp89 bool Hashtable::IsEmpty() const function in class:Hashtable
/haiku/src/apps/haikudepot/model/
H A DValidationFailure.cpp66 ValidationFailure::IsEmpty() const function in class:ValidationFailure
139 ValidationFailures::IsEmpty() const function in class:ValidationFailures
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h44 inline bool IsEmpty() const { return (fNodeCount == 0); } function in class:AVLTreeBase
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
/haiku/src/servers/app/
H A DEventDispatcher.h45 bool IsEmpty() const { return fListeners.IsEmpty(); } function in class:EventTarget
/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h148 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::SinglyLinkedList
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h170 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:UserlandFSUtil::SLList
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp52 DepotMagazine::IsEmpty() const function in class:DepotMagazine
/haiku/src/apps/sudoku/
H A DSudokuField.cpp241 SudokuField::IsEmpty() const function in class:SudokuField
/haiku/src/tests/system/kernel/util/
H A DVectorSetTest.cpp261 inline bool IsEmpty() const function in class:TestSet
/haiku/src/kits/support/
H A DList.cpp399 BList::IsEmpty() const function in class:BList
/haiku/src/system/libroot/posix/stdlib/
H A Dexit.cpp53 bool IsEmpty() const function in struct:AtExitInfoBlock
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h143 bool IsEmpty() const function in class:BOpenHashTable

Completed in 236 milliseconds

1234