Searched refs:handleLogical (Results 1 – 2 of 2) sorted by relevance
/system/tools/hidl/ |
D | ConstantExpression.cpp | 151 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/ |
D | aidl_const_expressions.cpp | 236 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()
|