Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A 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) {
843 handleUnary(*this, op_, static_cast<__type__>(unary_->final_value_), &final_value_); in evaluate()
/aosp12/system/tools/hidl/
H A DConstantExpression.cpp101 T handleUnary(const std::string& op, T val) { in handleUnary() function
268 mValue = handleUnary(mOp, static_cast<__type__>(mUnary->mValue)); \ in evaluate()