Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.h30 struct Expression { struct
31 Expression() {} in Expression() argument
32 virtual ~Expression() {} in ~Expression() argument
34 enum Type {
42 static std::string getTypeDescription(Type type) { in getTypeDescription()
69 static Expression *parenthesize(Expression *inner); argument
/system/tools/aidl/
Dast_java.h64 struct Expression { struct