Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.cpp103 AtomExpression(Type type, const std::string &value, bool isId) in AtomExpression()
104 : mType(type), mValue(value), mIsId(isId) in AtomExpression()
269 Expression *Expression::atom(Type type, const std::string &value, bool isId) { in atom() argument
270 return new AtomExpression(type, value, isId); in atom()
DExpression.h70 static Expression *atom(Type type, const std::string &value, bool isId = false);
Dc2hal_y.yy470 $$ = Expression::atom(Expression::Type::UNKNOWN, $1, true /* isId*/ );