Home
last modified time | relevance | path

Searched refs:getKind (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp35 if (expression.getKind() == Kind::Var) { in isConstant()
40 if (expression.getKind() == Kind::CompoundExpression) { in isConstant()
47 bool isTypeAnnotation = expression.getKind() == Kind::Coercion || in isConstant()
48 expression.getKind() == Kind::Assertion || in isConstant()
49 expression.getKind() == Kind::ArrayAssertion; in isConstant()
63 childrenConstant = childrenConstant && child.getKind() == Kind::Literal; in isConstant()
191 if ((*parsed)->getKind() != Kind::Literal && isConstant(**parsed)) { in parse()
H A Dfind_zoom_curve.cpp17 switch (e->getKind()) { in findZoomCurve()
36 if (curve->getInput()->getKind() == Kind::CompoundExpression) { in findZoomCurve()
46 if (step->getInput()->getKind() == Kind::CompoundExpression) { in findZoomCurve()
H A Dis_constant.cpp12 if (expression.getKind() == Kind::CompoundExpression) { in isFeatureConstant()
32 if (expression.getKind() == Kind::CollatorExpression) { in isFeatureConstant()
H A Dboolean_operator.cpp23 if (e.getKind() == Kind::Any) { in operator ==()
51 if (e.getKind() == Kind::All) { in operator ==()
H A Dlength.cpp33 if (e.getKind() == Kind::Length) { in operator ==()
H A Dcoalesce.cpp24 if (e.getKind() == Kind::Coalesce) { in operator ==()
H A Dassertion.cpp75 if (e.getKind() == Kind::Assertion) { in operator ==()
H A Dcase.cpp31 if (e.getKind() == Kind::Case) { in operator ==()
H A Dcollator_expression.cpp76 if (e.getKind() == Kind::CollatorExpression) { in operator ==()
H A Dequals.cpp56 if (e.getKind() == Kind::Equals) { in operator ==()
H A Dcoercion.cpp141 if (e.getKind() == Kind::Coercion) { in operator ==()
H A Dstep.cpp60 if (e.getKind() == Kind::Step) { in operator ==()
H A Dmatch.cpp21 if (e.getKind() == Kind::Match) { in operator ==()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dlet.hpp30 if (e.getKind() == Kind::Let) { in operator ==()
64 if (e.getKind() == Kind::Var) { in operator ==()
H A Dis_constant.hpp12 if (expression.getKind() == Kind::CompoundExpression) { in isGlobalPropertyConstant()
H A Derror.hpp20 return e.getKind() == Kind::Error; in operator ==()
H A Darray_assertion.hpp27 if (e.getKind() == Kind::ArrayAssertion) { in operator ==()
H A Dliteral.hpp34 if (e.getKind() == Kind::Literal) { in operator ==()
H A Dat.hpp25 if (e.getKind() == Kind::At) { in operator ==()
H A Dinterpolate.hpp54 if (e.getKind() == Kind::Interpolate) { in operator ==()
H A Dcompound_expression.hpp114 if (e.getKind() == Kind::CompoundExpression) { in operator ==()
H A Dexpression.hpp151 Kind getKind() const { return kind; }; in getKind() function in mbgl::style::expression::Expression
/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 ()()
H A Ddata_driven_property_value.hpp50 } else if ((*expression).getExpression().getKind() == Kind::Literal) { in operator ()()