Home
last modified time | relevance | path

Searched refs:testMap_ (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/tooling/test/client_utils/
H A Dtest_util.h48 testMap_.insert({testName, std::move(test)}); in RegisterTest()
53 auto iter = std::find_if(testMap_.begin(), testMap_.end(), [&name](auto &it) { in GetTest()
56 if (iter != testMap_.end()) { in GetTest()
65 return testMap_; in GetTests()
76 static TestMap testMap_; member in OHOS::ArkCompiler::panda::ecmascript::tooling::test::TestUtil
H A Dtest_util.cpp27 TestMap TestUtil::testMap_; member in panda::ecmascript::tooling::test::TestUtil
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
H A Dtest_util.h40 auto it = testMap_.find(language); in RegisterTest()
41 if (it == testMap_.end()) { in RegisterTest()
43 auto res = testMap_.emplace(language, std::move(entry)); in RegisterTest()
56 for (const auto &[lang, internal_map] : testMap_) { in GetTest()
118 return testMap_; in GetTests()
211 static TestMap testMap_; variable
H A Dtest_util.cpp24 TestMap TestUtil::testMap_; member in ark::tooling::test::TestUtil
/arkcompiler/toolchain/tooling/test/utils/
H A Dtest_util.h37 testMap_.insert({testName, std::move(test)}); in RegisterTest()
42 auto iter = std::find_if(testMap_.begin(), testMap_.end(), [&name](auto &it) { in GetTest()
45 if (iter != testMap_.end()) { in GetTest()
135 return testMap_; in GetTests()
216 static TestMap testMap_; variable
H A Dtest_util.cpp19 TestMap TestUtil::testMap_; member in panda::ecmascript::tooling::test::TestUtil

Completed in 3 milliseconds