Home
last modified time | relevance | path

Searched refs:CalculateExpImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dstring_expression.h44 bool CalculateExpImpl(const std::vector<std::string>& rpnexp, const std::function<double(const Dime…
H A Dstring_expression.cpp256 bool CalculateExpImpl(const std::vector<std::string>& rpnexp, const std::function<double(const Dime… in CalculateExpImpl() function
295 auto ret = CalculateExpImpl(rpnexp, calcFunc, result, opRes); in CalculateExp()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp1236 EXPECT_TRUE(StringExpression::CalculateExpImpl(
1239 EXPECT_FALSE(StringExpression::CalculateExpImpl(
1243 EXPECT_FALSE(StringExpression::CalculateExpImpl(