Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_const_expressions.cpp181 bool handleUnary(const AidlConstantValue& context, const string& op, T val, int64_t* out) { in handleUnary() function
190 bool handleUnary<bool>(const AidlConstantValue& context, const string& op, bool val, int64_t* out) { in handleUnary() function
858 handleUnary(*this, op_, static_cast<__type__>(unary_->final_value_), &final_value_); in evaluate()
/system/tools/hidl/
DConstantExpression.cpp101 T handleUnary(const std::string& op, T val) { in handleUnary() function
268 mValue = handleUnary(mOp, static_cast<__type__>(mUnary->mValue)); \ in evaluate()