Home
last modified time | relevance | path

Searched refs:ExpressionRegistry (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp96 const ExpressionRegistry& getExpressionRegistry() { in getExpressionRegistry()
97 static ExpressionRegistry registry {{ in getExpressionRegistry()
144 const ExpressionRegistry& registry = getExpressionRegistry(); in parse()
H A Dis_expression.cpp16 const ExpressionRegistry& registry = getExpressionRegistry(); in isExpression()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dparsing_context.hpp167 using ExpressionRegistry = std::unordered_map<std::string, ParseFunction>; typedef
168 const ExpressionRegistry& getExpressionRegistry();