Searched refs:isId (Results 1 – 3 of 3) sorted by relevance
/system/tools/hidl/c2hal/ |
D | Expression.cpp | 103 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()
|
D | Expression.h | 70 static Expression *atom(Type type, const std::string &value, bool isId = false);
|
D | c2hal_y.yy | 470 $$ = Expression::atom(Expression::Type::UNKNOWN, $1, true /* isId*/ );
|