Searched defs:rpnexp (Results 1 - 2 of 2) sorted by relevance
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | string_expression.cpp | 256 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 D | base_utils_test.cpp | 1233 std::vector<std::string> rpnexp = { "2", "3", "*", "2", "3", "+", "5", "6", "/" }; in HWTEST_F() local
|
Completed in 3 milliseconds