Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.h227 AttributeConstantExpression(const Reference<Type>& value, const std::string& fqname,
Dhidl-gen_y.yy281 %type<fqName> fqname
499 fqname
523 : fqname
751 | fqname
763 | fqname '#' IDENTIFIER
DConstantExpression.cpp730 const std::string& fqname, in AttributeConstantExpression() argument
733 mExpr = fqname + "#" + tag; in AttributeConstantExpression()