Home
last modified time | relevance | path

Searched defs:isUndefined (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp30 bool isUndefined() const { return value.get() == nullptr; } in isUndefined() function in mbgl::style::ColorRampPropertyValue
H A Dconversion.hpp123 friend inline bool isUndefined(const Convertible& v) { in isUndefined() function
205 bool (*isUndefined) (const Storage&); member
H A Dproperty_value.hpp36 bool isUndefined() const { return value.which() == 0; } in isUndefined() function in mbgl::style::PropertyValue
H A Ddata_driven_property_value.hpp35 bool isUndefined() const { in isUndefined() function in mbgl::style::DataDrivenPropertyValue
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Drapidjson_conversion.hpp16 static bool isUndefined(const JSValue* value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits
H A Dproperties.hpp70 bool isUndefined() const { in isUndefined() function in mbgl::style::Transitioning
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_conversion.hpp19 static bool isUndefined(const QVariant& value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits