Searched refs:IsEmpty (Results 276 - 300 of 479) sorted by relevance

<<11121314151617181920

/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DLastModifiedIndex.cpp151 ASSERT(fIteratorsToUpdate->IsEmpty());
H A DSizeIndex.cpp150 ASSERT(fIteratorsToUpdate->IsEmpty());
/haiku/headers/private/kernel/util/
H A DSinglyLinkedList.h145 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:SinglyLinkedList
H A DDoublyLinkedQueue.h139 inline bool IsEmpty() const { return (fFirst == NULL); } function in class:DoublyLinkedQueue
/haiku/headers/private/package/hpkg/
H A DWriterImplBase.h285 if (value.IsEmpty())
/haiku/src/kits/debugger/value/value_nodes/
H A DArrayValueNode.cpp80 if (!fChildren.IsEmpty())
/haiku/src/apps/debugger/user_interface/gui/team_settings_window/
H A DImageStopConfigView.cpp141 fAddImageNameButton->SetEnabled(!imageName.IsEmpty());
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DWatchPromptWindow.cpp226 if (!errorMessage.IsEmpty()) {
/haiku/src/kits/package/
H A DDaemonClient.cpp176 if (directoryName.IsEmpty())
/haiku/src/kits/storage/disk_device/
H A DDiskSystemAddOnManager.cpp336 if (error != B_OK || addOns.IsEmpty()) {
/haiku/src/preferences/media/
H A DMidiSettingsView.cpp257 if (fListView->IsEmpty()) {
/haiku/src/apps/debuganalyzer/gui/table/
H A DTreeTable.cpp895 if (!fListeners.IsEmpty()) {
914 if (!fListeners.IsEmpty()) {
939 if (!fListeners.IsEmpty()) {
1033 if (fListeners.IsEmpty())
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.cpp89 bool Hashtable::IsEmpty() const function in class:Hashtable
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp345 if (packages.IsEmpty())
377 if (_InstalledRepository() == NULL || packages.IsEmpty())
422 if (packages.IsEmpty()) {
1207 if (selection.IsEmpty())
/haiku/src/servers/app/
H A DEventStream.cpp128 while (fEvents.IsEmpty()) {
/haiku/headers/private/kernel/
H A DNotifications.h146 { return !fListeners.IsEmpty(); }
/haiku/headers/private/kernel/boot/
H A Dvfs.h75 virtual bool IsEmpty() = 0;
/haiku/headers/private/kernel/vm/
H A Dvm_types.h167 { return fWiredCount > 0 || !mappings.IsEmpty(); }
H A DVMArea.h137 { return !fWiredRanges.IsEmpty(); }
/haiku/src/system/kernel/slab/
H A DSlab.cpp862 if (!cache->full.IsEmpty())
865 if (!cache->partial.IsEmpty())
868 while (!cache->empty.IsEmpty())
1061 while (sMaintenanceQueue.IsEmpty()) {
/haiku/src/apps/debugger/user_interface/cli/
H A DCommandLineUserInterface.cpp345 if (name.IsEmpty() || command == NULL)
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioModule.cpp186 return queue->IsEmpty();
/haiku/headers/os/interface/
H A DListView.h107 bool IsEmpty() const;
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp249 if (packages.IsEmpty()) {
/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp164 if (!fForcedSystemDefaultLanguage.IsEmpty())

Completed in 155 milliseconds

<<11121314151617181920