Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp104 struct AtomExpression : Expression { struct
105 AtomExpression(Type type, const std::string &value, bool isId) in AtomExpression() argument
109 virtual Type getType(const AST &ast) { in getType()
122 virtual std::string toString(StringHelper::Case atomCase) { in toString()
128 Type mType;
129 std::string mValue;
130 bool mIsId;