Home
last modified time | relevance | path

Searched refs:getExpression (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/conversion/
H A Dproperty_value.hpp57 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()()
59 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
H A Ddata_driven_property_value.hpp50 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()()
52 static_cast<const Literal&>((*expression).getExpression()).getValue()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dcolor_ramp_property_value.hpp44 const expression::Expression& getExpression() const { return *value; } in getExpression() function in mbgl::style::ColorRampPropertyValue
H A Dproperty_expression.hpp101 const expression::Expression& getExpression() const { return *expression; } in getExpression() function in mbgl::style::PropertyExpression
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/
H A Dstringify.hpp142 stringify(writer, fn.getExpression().serialize()); in stringify()