Searched refs:createCompoundExpression (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 D | compound_expression.hpp | 141 ParseResult createCompoundExpression(const std::string& name,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | compound_expression.cpp | 654 static ParseResult createCompoundExpression(const Definition& definition, in createCompoundExpression() function 794 return createCompoundExpression(definition, std::move(args), ctx); in parseCompoundExpression() 797 ParseResult createCompoundExpression(const std::string& name, in createCompoundExpression() function 801 …return createCompoundExpression(CompoundExpressionRegistry::definitions.at(name), std::move(args),… in createCompoundExpression()
|
| H A D | dsl.cpp | 18 ParseResult result = createCompoundExpression(op, std::move(args), ctx); in compound()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | filter.cpp | 87 ParseResult parseResult = createCompoundExpression(op, std::move(*args), parsingContext); in createExpression()
|