Home
last modified time | relevance | path

Searched defs:rpnexp (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.cpp256 bool CalculateExpImpl(const std::vector<std::string>& rpnexp, const std::function<double(const Dimension&)>& calcFunc, in CalculateExpImpl() argument
292 std::vector<std::string> rpnexp = ConvertDal2Rpn(expression); in CalculateExp() local
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp1233 std::vector<std::string> rpnexp = { "2", "3", "*", "2", "3", "+", "5", "6", "/" }; in HWTEST_F() local

Completed in 3 milliseconds