Searched refs:Remove (Results 26 - 50 of 502) sorted by relevance

1234567891011>>

/haiku/headers/private/shared/
H A DHashSet.h125 bool Remove(const Key& key);
126 bool Remove(Iterator& it);
166 bool Remove(const Key& key) function in class:BPrivate::SynchronizedHashSet
171 return fSet.Remove(key);
265 // Remove
268 HashSet<Key>::Remove(const Key& key) function in class:BPrivate::HashSet
274 fTable.Remove(element);
281 // Remove
284 HashSet<Key>::Remove(Iterator& it) function in class:BPrivate::HashSet
/haiku/src/libs/alm/
H A DTab.cpp37 BALMLayoutList* Remove(BALMLayout* remove) function in struct:TabBase::BALMLayoutList
45 next = next->Remove(remove);
96 fLayouts = fLayouts->Remove(layout);
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DStringPool.cpp58 sStrings->Remove(StringData::Empty());
74 // The object was fully dereferenced and will be deleted. Remove it
76 sStrings->Remove(string);
116 sStrings->Remove(data);
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHashRevokeManager.cpp71 bool retValue = fHash->Remove(element);
88 HashRevokeManager::Remove(uint32 block) function in class:HashRevokeManager
95 fHash->Remove(element);
/haiku/src/kits/network/libnetservices/
H A DDataRequest.cpp55 data.Remove(0, 5); // remove "data:"
65 data.Remove(0, separatorPosition + 1);
75 meta.Remove(0, pos+1);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DFileSystem.cpp56 fVolumes.Remove(volume);
/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp54 return fSubWindows.Remove(window);
/haiku/src/servers/print/
H A DTransport.h34 static void Remove(Transport* transport);
H A DPrinter.h61 static void Remove(Printer* printer);
64 status_t Remove();
/haiku/src/add-ons/kernel/file_systems/packagefs/resolvables/
H A DResolvable.cpp57 fDependencies.Remove(dependency);
/haiku/src/kits/package/hpkg/
H A DStrings.cpp78 Remove(string);
/haiku/src/kits/debugger/files/
H A DLocatableDirectory.cpp80 fEntries.Remove(entry);
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h31 void *Remove(const void *key);
/haiku/src/apps/pulse/
H A DDeskbarPulseView.cpp129 Remove();
133 Remove();
149 Remove();
193 DeskbarPulseView::Remove() function in class:DeskbarPulseView
195 // Remove ourselves from the deskbar by name
/haiku/headers/private/kernel/util/
H A DAVLTreeBase.h64 AVLTreeNode* Remove(const void* key);
65 bool Remove(AVLTreeNode* element);
157 inline AVLTreeNode* Remove() function in class:AVLTreeIterator
165 return (const_cast<AVLTreeBase*>(fParent)->Remove(node) ? node : NULL);
/haiku/src/servers/app/
H A DScreenConfigurations.h43 void Remove(screen_configuration* configuration);
/haiku/headers/private/kernel/boot/
H A DPathBlocklist.h51 void Remove(const char* path);
/haiku/headers/private/net/
H A DNetBufferUtilities.h110 void Remove() function in class:NetBufferHeaderReader
112 Remove(sizeof(Type));
115 void Remove(size_t bytes) function in class:NetBufferHeaderReader
137 this->Remove();
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h149 Element *Remove() function in class:FSShell::DoublyLinkedList::Iterator
153 fList->Remove(fCurrent);
250 Element *Remove() function in class:FSShell::DoublyLinkedList::ReverseIterator
254 fList->Remove(fCurrent);
334 inline void Remove(Element *element);
476 // Remove
479 DOUBLY_LINKED_LIST_CLASS_NAME::Remove(Element *element) function in class:FSShell::DOUBLY_LINKED_LIST_CLASS_NAME
505 Remove(a);
508 Remove(b);
511 Remove(
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInodeIdMap.cpp26 fMap.Remove(id);
62 return fMap.Remove(id);
/haiku/src/servers/package/
H A DVolumeState.cpp56 fPackagesByFileName.Remove(package);
57 fPackagesByNodeRef.Remove(package);
/haiku/src/kits/debugger/debug_info/
H A DFunction.cpp71 fListeners.Remove(listener);
90 fInstances.Remove(instance);
/haiku/headers/private/media/
H A DTList.h65 bool Remove(int32 index) function in class:List
118 return Remove(item_iter);
/haiku/src/apps/devices/
H A DDeviceACPI.cpp66 nodeACPIPath.Remove(0, nodeACPIPath.FindLast(".") + 1);
90 nodeACPIHid.Remove(0, nodeACPIHid.FindLast("_") + 1);
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp232 value.Remove(offset, decimalSeparatorWidth);
237 value.Remove(firstDigit, 1);
254 value.Remove(offset, decimalSeparatorWidth);
279 value.Remove(offset--, 1);
285 value.Remove(offset, decimalSeparatorWidth);
339 value.Remove(offset--, 1);
343 value.Remove(offset, decimalSeparatorWidth);

Completed in 142 milliseconds

1234567891011>>