Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp151 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() function
324 mValue = handleLogical(mLval->mValue, mOp, mRval->mValue); in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp236 bool handleLogical(const AidlConstantValue& context, bool lval, const string& op, bool rval, in handleLogical() function
1001 return handleLogical(*this, left_val_->final_value_, op_, right_val_->final_value_, in evaluate()