Home
last modified time | relevance | path

Searched defs:toBool (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp158 friend inline optional<bool> toBool(const Convertible& v) { in toBool() function
215 optional<bool> (*toBool) (const Storage&); member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Drapidjson_conversion.hpp57 static optional<bool> toBool(const JSValue* value) { in toBool() function in mbgl::style::conversion::ConversionTraits
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp73 static optional<bool> toBool(const QVariant& value) { in toBool() function in mbgl::style::conversion::ConversionTraits