Home
last modified time | relevance | path

Searched defs:isConstant (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dis_constant.hpp21 bool isConstant = true; in isGlobalPropertyConstant() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_value.hpp37 bool isConstant() const { return value.which() == 1; } in isConstant() function in mbgl::style::PropertyValue
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dpossibly_evaluated_property_value.hpp24 bool isConstant() const { in isConstant() function in mbgl::PossiblyEvaluatedPropertyValue
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp34 bool isConstant(const Expression& expression) { in isConstant() function