ladybird/Userland/Applications/SoundPlayer
Max Wipfli 3bdaed501e AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
This removes StringView::find_first_of(char) and find_last_of(char) and
replaces all its usages with find and find_last respectively. This is
because those two methods are functionally equivalent.
find_{first,last}_of should only be used if searching for multiple
different characters, which is never the case with the char argument.

This also adds the [[nodiscard]] to the remaining find_{first,last}_of
methods.
2021-07-02 21:54:21 +02:00
..
AudioAlgorithms.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AudioAlgorithms.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BarsVisualizationWidget.cpp Userland: Don't explicitly call Vector<T>::is_null() 2021-05-16 17:49:42 +02:00
BarsVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
CMakeLists.txt Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Common.h SoundPlayer: Fix playback slider page stepping 2021-06-02 09:39:30 +02:00
M3UParser.cpp AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods 2021-07-02 21:54:21 +02:00
M3UParser.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
main.cpp LibIPC: Remove unnecessary IPC::ServerConnection::handshake() 2021-05-23 09:53:55 +02:00
NoVisualizationWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
NoVisualizationWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaybackManager.cpp SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
PlaybackManager.h SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
Player.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
PlaylistWidget.cpp AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
PlaylistWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SampleWidget.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SampleWidget.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SoundPlayerWidgetAdvancedView.cpp AK+Everywhere: Add and use static APIs for LexicalPath 2021-06-30 11:13:54 +02:00
SoundPlayerWidgetAdvancedView.h SoundPlayer: Handle any input file sample rate 2021-06-21 03:13:59 +04:30
VisualizationBase.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00