Home
last modified time | relevance | path

Searched refs:isExpression (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dfilter.cpp15 static bool isExpression(const Convertible& filter);
20 if (isExpression(value)) { in operator ()()
40 bool isExpression(const Convertible& filter) { in isExpression() function
64 if (!isExpression(f) && !toBool(f)) { in isExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dis_expression.hpp9 bool isExpression(const conversion::Convertible& value);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dis_expression.cpp15 bool isExpression(const Convertible& value) { in isExpression() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dcolor_ramp_property_value.hpp21 } else if (isExpression(value)) { in operator ()()
H A Dproperty_value.hpp32 if (isExpression(value)) { in operator ()()
H A Ddata_driven_property_value.hpp28 if (isExpression(value)) { in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_value.hpp38 bool isExpression() const { return value.which() == 2; } in isExpression() function in mbgl::style::PropertyValue