Home
last modified time | relevance | path

Searched refs:coerceSingleValue (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcoercion.cpp77 coerceSingleValue = toNumber; in Coercion()
79 coerceSingleValue = toColor; in Coercion()
124 EvaluationResult coerced = coerceSingleValue(*value); in evaluate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dcoercion.hpp33 EvaluationResult (*coerceSingleValue) (const Value& v); member in mbgl::style::expression::Coercion