Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp305 ExpressionList Expression::getClosureExecutables(bool canBypass) in getClosureExecutables() function in Expression
315 ExpressionList childExecutables = getClosureExecutables(false); in getClosureExecutables()
326 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables()
345 ExpressionList childClosure = (*iter)->getClosureExecutables(true); in getClosureExecutables()
DExpressionInterpreter.cpp155 ExpressionList executables = expr->getClosureExecutables(false); in interpretCommand()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h43 ExpressionList getClosureExecutables(bool canBypass);