Home
last modified time | relevance | path

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

/system/tools/hidl/c2hal/
DExpression.h66 static Type integralType(const std::string& integer);
DExpression.cpp32 Expression::Type Expression::integralType(const std::string& integer) { in integralType() function in android::Expression
Dc2hal_y.yy473 | INTEGRAL_VALUE { $$ = Expression::atom(Expression::integralType($1), $1); }