Searched refs:categorical (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | function.cpp | 349 std::unique_ptr<Expression> categorical(type::Type type, const std::string& property, std::map<T, s… in categorical() function 358 std::unique_ptr<Expression> categorical<bool>(type::Type type, const std::string& property, std::ma… in categorical() function 440 return categorical(type, property, std::move(*branches)); in convertCategoricalFunction() 448 return categorical(type, property, std::move(*branches)); in convertCategoricalFunction() 456 return categorical(type, property, std::move(*branches)); in convertCategoricalFunction() 677 return categorical<bool>(type_, *property, std::move(stops)); in convertFunctionToExpression() 697 return categorical<int64_t>(type_, *property, std::move(stops)); in convertFunctionToExpression() 709 return categorical<std::string>(type_, *property, std::move(stops)); in convertFunctionToExpression()
|