Searched refs:ExpressionRegistry (Results 1 – 3 of 3) sorted by relevance
96 const ExpressionRegistry& getExpressionRegistry() { in getExpressionRegistry()97 static ExpressionRegistry registry {{ in getExpressionRegistry()144 const ExpressionRegistry& registry = getExpressionRegistry(); in parse()
16 const ExpressionRegistry& registry = getExpressionRegistry(); in isExpression()
167 using ExpressionRegistry = std::unordered_map<std::string, ParseFunction>; typedef168 const ExpressionRegistry& getExpressionRegistry();