Home
last modified time | relevance | path

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 Dcompound_expression.hpp141 ParseResult createCompoundExpression(const std::string& name,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp654 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 Ddsl.cpp18 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 Dfilter.cpp87 ParseResult parseResult = createCompoundExpression(op, std::move(*args), parsingContext); in createExpression()