Searched defs:isUndefined (Results 1 – 7 of 7) sorted by relevance
30 bool isUndefined() const { return value.get() == nullptr; } in isUndefined() function in mbgl::style::ColorRampPropertyValue
123 friend inline bool isUndefined(const Convertible& v) { in isUndefined() function205 bool (*isUndefined) (const Storage&); member
36 bool isUndefined() const { return value.which() == 0; } in isUndefined() function in mbgl::style::PropertyValue
35 bool isUndefined() const { in isUndefined() function in mbgl::style::DataDrivenPropertyValue
16 static bool isUndefined(const JSValue* value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits
70 bool isUndefined() const { in isUndefined() function in mbgl::style::Transitioning
19 static bool isUndefined(const QVariant& value) { in isUndefined() function in mbgl::style::conversion::ConversionTraits