Home
last modified time | relevance | path

Searched refs:Helper (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Dexpected_test.cpp28 static Expected<int, ErrorCode> Helper(int v) in Helper() function
108 auto res1 = Helper(0U); in TEST()
109 auto res2 = Helper(1U); in TEST()
110 auto res3 = Helper(2U); in TEST()
121 auto res1 = Helper(0U).ValueOr(1U); in TEST()
122 auto res2 = Helper(res1).ValueOr(res1); in TEST()
/arkcompiler/runtime_core/static_core/verification/util/
H A Dhash.h49 size_t Helper(size_t tmpHash, const std::tuple<T...> &tuple) const in Helper() function
53 return Helper<N + 1>(tmp_hash1, tuple); in Helper()
61 return Helper<1>(ark::verifier::StdHash(std::get<0>(tuple)), tuple);

Completed in 1 milliseconds