Symbol: RemoveAll
headers/os/support/String.h
152
BString& RemoveAll(const BString& string);
headers/os/support/String.h
156
BString& RemoveAll(const char* string);
headers/private/fs_shell/DoublyLinkedList.h
340
inline void RemoveAll();
headers/private/fs_shell/DoublyLinkedList.h
341
inline void MakeEmpty() { RemoveAll(); }
headers/private/fs_shell/DoublyLinkedList.h
541
DOUBLY_LINKED_LIST_CLASS_NAME::RemoveAll()
headers/private/fs_shell/SinglyLinkedList.h
153
inline void RemoveAll();
headers/private/fs_shell/SinglyLinkedList.h
154
inline void MakeEmpty() { RemoveAll(); }
headers/private/fs_shell/SinglyLinkedList.h
215
SINGLY_LINKED_LIST_CLASS_NAME::RemoveAll()
headers/private/util/DoublyLinkedList.h
346
inline void RemoveAll();
headers/private/util/DoublyLinkedList.h
347
inline void MakeEmpty() { RemoveAll(); }
headers/private/util/DoublyLinkedQueue.h
150
inline void RemoveAll();
headers/private/util/DoublyLinkedQueue.h
151
inline void MakeEmpty() { RemoveAll(); }
headers/private/util/SinglyLinkedList.h
154
inline void RemoveAll();
headers/private/util/SinglyLinkedList.h
155
inline void MakeEmpty() { RemoveAll(); }
src/add-ons/kernel/file_systems/netfs/headers/shared/SLList.h
179
inline void RemoveAll();
src/add-ons/kernel/file_systems/ramfs/Directory.cpp
210
iterators->RemoveAll();
src/add-ons/kernel/file_systems/ramfs/Node.cpp
231
iterators->RemoveAll();
src/add-ons/kernel/network/stack/device_interfaces.cpp
815
interface->monitor_funcs.RemoveAll();
src/apps/codycam/SftpClient.cpp
94
port.RemoveAll(":");
src/apps/devices/DevicesView.cpp
448
fAttributesView->RemoveAll();
src/apps/devices/PropertyList.cpp
66
RemoveAll();
src/apps/devices/PropertyList.cpp
73
RemoveAll();
src/apps/devices/PropertyList.h
44
void RemoveAll();
src/apps/mediaplayer/playlist/ListViews.h
98
void RemoveAll(); // uses RemoveItemList()
src/apps/mediaplayer/supplier/SubTitlesSRT.cpp
74
line.RemoveAll("\r");
src/bin/cddb_lookup/cddb_server.cpp
322
newCddbServer.RemoveAll(":");
src/bin/urlwrapper.cpp
111
line.RemoveAll("\r");
src/bin/urlwrapper.cpp
160
line.RemoveAll("\r");
src/kits/debugger/user_interface/util/UiUtils.cpp
441
dataString.RemoveAll(" ");
src/kits/device/JoystickTweaker.cpp
183
str.RemoveAll("\"");
src/preferences/backgrounds/BackgroundImage.h
135
void RemoveAll();
src/preferences/backgrounds/BackgroundsView.cpp
627
fCurrent->RemoveAll();
src/preferences/backgrounds/BackgroundsView.cpp
641
fCurrent->RemoveAll();
src/preferences/sounds/HEventList.cpp
72
RemoveAll();
src/preferences/sounds/HEventList.cpp
80
RemoveAll();
src/preferences/sounds/HEventList.h
50
void RemoveAll();
src/preferences/sounds/HWindow.cpp
300
fEventList->RemoveAll();
src/servers/mail/ErrorLogWindow.cpp
197
msgString.RemoveAll("\r");
src/servers/mail/ErrorLogWindow.cpp
223
atime.RemoveAll("\n");
src/tests/kits/support/StringRemoveTest.cpp
163
string1.RemoveAll(string2);
src/tests/kits/support/StringRemoveTest.cpp
171
string1.RemoveAll(string2);
src/tests/kits/support/StringRemoveTest.cpp
213
string1.RemoveAll("first");
src/tests/kits/support/StringRemoveTest.cpp
220
string1.RemoveAll("noway");