Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp102 struct AtomExpression : Expression { struct
103 AtomExpression(Type type, const std::string &value, bool isId) in AtomExpression() function
130 DISALLOW_COPY_AND_ASSIGN(AtomExpression);
270 return new AtomExpression(type, value, isId); in atom()