Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dproperty_expression.hpp98 return expression::fromExpressionValues<T>(expression->possibleOutputs()); in possibleOutputs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dvalue.hpp137 std::vector<optional<T>> fromExpressionValues(const std::vector<optional<Value>>& values) { in fromExpressionValues() function