Home
last modified time | relevance | path

Searched defs:ExpressionList (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dexpression.h42 using ExpressionList = std::vector<const Expression*>; variable
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DExpression.h29 typedef list<Expression*> ExpressionList; typedef