Searched defs:IsEmpty (Results 1 - 25 of 100) sorted by last modified time

1234

/haiku/headers/private/kernel/util/
H A DVectorMap.h415 _VECTOR_MAP_CLASS_NAME::IsEmpty() const function in class:_VECTOR_MAP_CLASS_NAME
H A DDoublyLinkedQueue.h139 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedQueue
H A DDoublyLinkedList.h333 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedList
H A DAVLTree.h42 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTree
H A DOpenHashTable.h143 bool IsEmpty() const function in class:BOpenHashTable
/haiku/src/kits/interface/
H A DListView.cpp1193 BListView::IsEmpty() const function in class:BListView
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp1383 Inode::IsEmpty() function in class:Inode
H A DBPlusTree.cpp41 inline bool IsEmpty() const function in struct:BFS::duplicate_array
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp289 Paragraph::IsEmpty() const function in class:Paragraph
/haiku/headers/private/net/
H A DProtocolUtilities.h126 bool IsEmpty() const { return fBuffers.IsEmpty(); } function in class:DatagramSocket
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h116 bool IsEmpty() const { return fRingFree == fRingSize; } function in class:VirtioQueue
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.cpp165 inline bool IsEmpty() const function in class:PathManipulator::Selection
/haiku/src/system/boot/loader/file_systems/fat/
H A DDirectory.cpp437 Directory::IsEmpty() function in class:FATFS::Directory
/haiku/src/kits/app/
H A DMessage.cpp563 BMessage::IsEmpty() const function in class:BMessage
/haiku/src/build/libbe/app/
H A DMessage.cpp453 BMessage::IsEmpty() const function in class:BMessage
/haiku/src/bin/bfs_tools/
H A Drecover.cpp111 bool IsEmpty() const function in class:InodeHashtable
/haiku/src/apps/icon-o-matic/document/
H A DDocument.cpp117 Document::IsEmpty() const function in class:Document
/haiku/src/system/kernel/arch/arm/paging/
H A Darm_physical_page_mapper_large_memory.cpp196 PhysicalPageSlotPool::IsEmpty() const function in class:PhysicalPageSlotPool
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h66 bool IsEmpty() const { return fRequests.IsEmpty(); } function in class:RequestQueue
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h328 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::DoublyLinkedList
/haiku/src/apps/terminal/
H A DPrefHandler.cpp465 PrefHandler::IsEmpty() const function in class:PrefHandler
/haiku/headers/os/support/
H A DString.h458 BString::IsEmpty() const function in class:BString
/haiku/src/kits/network/libnetapi/
H A DNetworkAddress.cpp659 BNetworkAddress::IsEmpty() const function in class:BNetworkAddress
/haiku/src/add-ons/kernel/partitioning_systems/common/
H A DPartitionMap.h124 bool IsEmpty() const { return is_empty_type(fType); } function in class:PartitionType
153 bool IsEmpty() const function in class:Partition
/haiku/src/apps/haikudepot/ui/
H A DFeaturedPackagesView.cpp220 bool IsEmpty() const function in class:StackedFeaturedPackagesView

Completed in 282 milliseconds

1234