Home
last modified time | relevance | path

Searched refs:mpRoot (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpressionInterpreter.cpp29 Expression* ExpressionInterpreter::mpRoot = NULL; member in ExpressionInterpreter
44 if (!mpRoot) in addExpression()
46 mpRoot = new Expression("[root]", NULL); in addExpression()
49 Expression* currentWord = mpRoot; in addExpression()
80 currentState.push_back(mpRoot); in interpretCommand()
189 mpRoot->printTree(); in printExpressionTree()
194 mpRoot->printList(); in printExpressionList()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpressionInterpreter.h46 static Expression* mpRoot;