| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | color_ramp_property_value.hpp | 19 …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 D | conversion.hpp | 123 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 D | property_value.hpp | 36 bool isUndefined() const { return value.which() == 0; } in isUndefined() function in mbgl::style::PropertyValue
|
| H A D | data_driven_property_value.hpp | 35 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 D | render_fill_layer.cpp | 38 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 D | render_heatmap_layer.cpp | 184 if (colorValue.isUndefined()) { in updateColorRamp()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | stringify.hpp | 152 if (!value.isUndefined()) { in stringify() 165 if (!value.isUndefined()) { in stringify()
|
| H A D | get_json_type.cpp | 9 if (isUndefined(value)) { in getJSONType()
|
| H A D | property_setter.hpp | 55 if (isUndefined(value)) { in setVisibility()
|
| H A D | filter.cpp | 191 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 D | properties.hpp | 70 bool isUndefined() const { in isUndefined() function in mbgl::style::Transitioning 71 return value.isUndefined(); in isUndefined()
|
| H A D | rapidjson_conversion.hpp | 16 static bool isUndefined(const JSValue* value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits
|
| H A D | parser.cpp | 280 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 D | color_ramp_property_value.hpp | 19 if (isUndefined(value)) { in operator ()()
|
| H A D | property_value.hpp | 26 if (isUndefined(value)) { in operator ()()
|
| H A D | data_driven_property_value.hpp | 22 if (isUndefined(value)) { in operator ()()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | literal.cpp | 19 if (isUndefined(value)) return {Null}; in parseValue()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_conversion.hpp | 19 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 D | typeahead.jquery.js | 39 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);
|