Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
DExpression.cpp307 ExpressionList candidateExecutables; in getClosureExecutables() local
316 candidateExecutables.splice(candidateExecutables.end(), childExecutables); in getClosureExecutables()
327 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()
334 candidateExecutables.push_back(this); in getClosureExecutables()
346 candidateExecutables.splice(candidateExecutables.end(), childClosure); in getClosureExecutables()
354 ExpressionList::const_iterator iter = candidateExecutables.begin(); in getClosureExecutables()
355 ExpressionList::const_iterator end = candidateExecutables.end(); in getClosureExecutables()