Home
last modified time | relevance | path

Searched defs:tryGetValue (Results 1 – 13 of 13) sorted by relevance

/dports/audio/pianod2/pianod2-329/src/common/
H A Dlookup.h102 const bool tryGetValue (const char *s, EnumClass *value) const { in tryGetValue() function
108 inline const bool tryGetValue (const std::string &s, EnumClass *value) const { in tryGetValue() function
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/run/
H A DJob.inl.h35 SharedPtr<TValue> JobContext::tryGetValue() const { in tryGetValue() function
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_lock_free_cache.h147 bool tryGetValue(T &result) const { in tryGetValue() function
220 bool tryGetValue(T &result, Mode mode) const { in tryGetValue() function
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsManager.h34 bool tryGetValue(const std::string& _path, Type& _result) in tryGetValue() function
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsManager.h34 bool tryGetValue(const std::string& _path, Type& _result) in tryGetValue() function
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsManager.h34 bool tryGetValue(const std::string& _path, Type& _result) in tryGetValue() function
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DSettingsManager.h34 bool tryGetValue(const std::string& _path, Type& _result) in tryGetValue() function
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-common/src/Common/Internal/
H A DUtilities.php52 public static function tryGetValue($array, $key, $default = null) function in MicrosoftAzure\\Storage\\Common\\Internal\\Utilities
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DJSString.h311 const UString& tryGetValue() const in tryGetValue() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSString.h284 const UString tryGetValue() const in tryGetValue() function
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSString.h284 const UString tryGetValue() const in tryGetValue() function
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DJSString.h284 const UString tryGetValue() const in tryGetValue() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A DTrace.cpp1071 bool TraceEventFields::tryGetValue(std::string key, std::string &outValue) const { in tryGetValue() function in TraceEventFields