Home
last modified time | relevance | path

Searched refs:isUndefined (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp19 …return (lhs.isUndefined() && rhs.isUndefined()) || (lhs.value && rhs.value && *(lhs.value) == *(rh… in operator ==()
30 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
125 return v.vtable->isUndefined(v.storage); in isUndefined()
205 bool (*isUndefined) (const Storage&); member
247 return Traits::isUndefined(reinterpret_cast<const T&>(s)); in vtableForType()
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/renderer/layers/
H A Drender_fill_layer.cpp38 if (unevaluated.get<style::FillOutlineColor>().isUndefined()) { in evaluate()
48 if (!unevaluated.get<style::FillPattern>().isUndefined() in evaluate()
131 unevaluated.get<FillOutlineColor>().isUndefined() ? 2 : 0, in render()
212 … if (evaluated.get<FillAntialias>() && unevaluated.get<FillOutlineColor>().isUndefined()) { in render()
H A Drender_heatmap_layer.cpp184 if (colorValue.isUndefined()) { in updateColorRamp()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp152 if (!value.isUndefined()) { in stringify()
165 if (!value.isUndefined()) { in stringify()
H A Dget_json_type.cpp9 if (isUndefined(value)) { in getJSONType()
H A Dproperty_setter.hpp55 if (isUndefined(value)) { in setVisibility()
H A Dfilter.cpp191 if (isUndefined(values)) { in convertLegacyFilter()
223 if (isUndefined(values)) { in serializeLegacyFilter()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dproperties.hpp70 bool isUndefined() const { in isUndefined() function in mbgl::style::Transitioning
71 return value.isUndefined(); in isUndefined()
H A Drapidjson_conversion.hpp16 static bool isUndefined(const JSValue* value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits
H A Dparser.cpp280 if (layer->is<SymbolLayer>() && !layer->as<SymbolLayer>()->getTextField().isUndefined()) { in fontStacks()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dcolor_ramp_property_value.hpp19 if (isUndefined(value)) { in operator ()()
H A Dproperty_value.hpp26 if (isUndefined(value)) { in operator ()()
H A Ddata_driven_property_value.hpp22 if (isUndefined(value)) { in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dliteral.cpp19 if (isUndefined(value)) return {Null}; in parseValue()
/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
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtypeahead.jquery.js39 isUndefined: function(obj) {
49 return _.isUndefined(s) || s === null ? "" : s + "";
674 this.async = _.isUndefined(o.async) ? this.source.length > 2 : !!o.async;
1536 _.isUndefined(val) ? $input.removeAttr(key) : $input.attr(key, val);