Searched refs:handleUnary (Results 1 - 1 of 1) sorted by relevance

/system/tools/hidl/
H A DConstantExpression.cpp99 T handleUnary(const char *op, T val) { function in namespace:android
105 SHOULD_NOT_REACH() << "Could not handleUnary for " << op << " " << val;
254 mValue = handleUnary(op, static_cast<__type__>(value->mValue)); return;

Completed in 177 milliseconds