Home
last modified time | relevance | path

Searched refs:wasOk (Results 1 – 25 of 55) sorted by relevance

123

/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/
H A Dulxr_response.cpp48 : wasOk(true) in MethodResponse()
54 : wasOk(true) in MethodResponse()
79 return wasOk; in ULXR_API_IMPL()
86 wasOk = false; in ULXR_API_IMPL()
97 wasOk = true; in ULXR_API_IMPL()
121 if (wasOk) in ULXR_API_IMPL()
148 if (wasOk) in ULXR_API_IMPL()
H A Dulxr_response.h146 bool wasOk;
/dports/www/mediawiki135/mediawiki-1.35.5/includes/libs/lockmanager/
H A DScopedLock.php99 $wasOk = $this->status->isOK();
101 if ( $wasOk ) {
/dports/www/mediawiki136/mediawiki-1.36.3/includes/libs/lockmanager/
H A DScopedLock.php99 $wasOk = $this->status->isOK();
101 if ( $wasOk ) {
/dports/www/mediawiki137/mediawiki-1.37.1/includes/libs/lockmanager/
H A DScopedLock.php99 $wasOk = $this->status->isOK();
101 if ( $wasOk ) {
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_extra/documents/
H A Djuce_FileBasedDocument.cpp85 if (result.wasOk()) in loadFrom()
177 if (result.wasOk()) in saveAs()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_extra/documents/
H A Djuce_FileBasedDocument.cpp85 if (result.wasOk()) in loadFrom()
177 if (result.wasOk()) in saveAs()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/filebrowser/
H A Djuce_ContentSharer.cpp62 if (! tempFile.create().wasOk()) in run()
111 if (tempFile.create().wasOk()) in run()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/filebrowser/
H A Djuce_ContentSharer.cpp62 if (! tempFile.create().wasOk()) in run()
111 if (tempFile.create().wasOk()) in run()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/misc/
H A Djuce_Result.h71 bool wasOk() const noexcept;
H A Djuce_Result.cpp75 bool Result::wasOk() const noexcept { return errorMessage.isEmpty(); } in wasOk() function in juce::Result
/dports/audio/carla/Carla-2.4.1/source/modules/water/misc/
H A DResult.h76 bool wasOk() const noexcept;
H A DResult.cpp81 bool Result::wasOk() const noexcept { return errorMessage.isEmpty(); } in wasOk() function in water::Result
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/misc/
H A Djuce_Result.h71 bool wasOk() const noexcept;
H A Djuce_Result.cpp75 bool Result::wasOk() const noexcept { return errorMessage.isEmpty(); } in wasOk() function in juce::Result
/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFileInputStream.h73 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
H A DFileOutputStream.h87 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/misc/
H A Djuce_Result.h71 bool wasOk() const noexcept;
H A Djuce_Result.cpp75 bool Result::wasOk() const noexcept { return errorMessage.isEmpty(); } in wasOk() function in juce::Result
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_FileInputStream.h67 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
H A Djuce_FileOutputStream.h91 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_FileInputStream.h67 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
H A Djuce_FileOutputStream.h91 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_FileInputStream.h67 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()
H A Djuce_FileOutputStream.h91 bool openedOk() const noexcept { return status.wasOk(); } in openedOk()

123