Searched defs:IsEmpty (Results 51 - 75 of 100) sorted by relevance

1234

/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp136 MessagingArea::IsEmpty() const function in class:MessagingArea
/haiku/headers/private/kernel/util/
H A DVector.h415 _VECTOR_CLASS_NAME::IsEmpty() const function in class:_VECTOR_CLASS_NAME
H A DVectorSet.h192 _VECTOR_SET_CLASS_NAME::IsEmpty() const function in class:_VECTOR_SET_CLASS_NAME
H A DOpenHashTable.h143 bool IsEmpty() const function in class:BOpenHashTable
H A DAVLTree.h42 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTree
H A DDoublyLinkedQueue.h139 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedQueue
H A DAVLTreeMap.h63 inline bool IsEmpty() const { return fTree.IsEmpty(); } function in class:AVLTreeMap
H A DDoublyLinkedList.h333 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedList
H A DVectorMap.h415 _VECTOR_MAP_CLASS_NAME::IsEmpty() const function in class:_VECTOR_MAP_CLASS_NAME
/haiku/headers/private/userlandfs/shared/
H A DVector.h411 _VECTOR_CLASS_NAME::IsEmpty() const function in class:_VECTOR_CLASS_NAME
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h288 TemplateList<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:TemplateList
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h283 List<ITEM, DEFAULT_ITEM_SUPPLIER>::IsEmpty() const function in class:List
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h89 bool IsEmpty() const { return fAddresses.IsEmpty(); } function in class:AddressSet
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h92 bool IsEmpty() const { return fAddresses.IsEmpty(); } function in class:AddressSet
/haiku/headers/private/kernel/
H A Dsmp.h166 CPUSet::IsEmpty() const function in class:CPUSet
/haiku/src/kits/support/
H A DStringList.cpp282 BStringList::IsEmpty() const function in class:BStringList
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h66 bool IsEmpty() const { return fRequests.IsEmpty(); } function in class:RequestQueue
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioPrivate.h116 bool IsEmpty() const { return fRingFree == fRingSize; } function in class:VirtioQueue
/haiku/headers/private/net/
H A DProtocolUtilities.h126 bool IsEmpty() const { return fBuffers.IsEmpty(); } function in class:DatagramSocket
/haiku/src/apps/haikudepot/textview/
H A DParagraph.cpp289 Paragraph::IsEmpty() const function in class:Paragraph
/haiku/headers/os/support/
H A DObjectList.h609 BObjectList<T>::IsEmpty() const function in class:BObjectList
/haiku/src/kits/app/
H A DHandler.cpp857 ObserverList::IsEmpty() function in class:ObserverList
/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/terminal/
H A DPrefHandler.cpp465 PrefHandler::IsEmpty() const function in class:PrefHandler
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h328 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:FSShell::DoublyLinkedList

Completed in 137 milliseconds

1234