Home
last modified time | relevance | path

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

/system/tools/hidl/
DConstantExpression.cpp145 bool handleLogical(bool lval, const std::string& op, bool rval) { in handleLogical() function
318 mValue = handleLogical(mLval->mValue, mOp, mRval->mValue); in evaluate()
/system/tools/aidl/
Daidl_const_expressions.cpp107 bool handleLogical(bool lval, const string& op, bool rval) { in handleLogical() function
776 final_value_ = handleLogical(left_val_->final_value_, op_, right_val_->final_value_); in evaluate()