Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/types/
Dets_to_string_cache_test.cpp42 class EtsToStringCacheTest : public testing::Test { class
44 explicit EtsToStringCacheTest(const char *gcType = nullptr) : engine_(std::random_device {}()) in EtsToStringCacheTest() function in ark::ets::test::EtsToStringCacheTest
70 ~EtsToStringCacheTest() override in ~EtsToStringCacheTest()
75 NO_COPY_SEMANTIC(EtsToStringCacheTest);
76 NO_MOVE_SEMANTIC(EtsToStringCacheTest);
215 void DoTest(void (EtsToStringCacheTest::*setup)(), GenType genType) in DoTest()
246 class EtsToStringCacheParamTest : public EtsToStringCacheTest,
249 EtsToStringCacheParamTest() : EtsToStringCacheTest(std::get<0>(GetParam())) {} in EtsToStringCacheParamTest()
251 void DoTest(void (EtsToStringCacheTest::*setup)()) in DoTest()
253 EtsToStringCacheTest::DoTest(setup, std::get<1>(GetParam())); in DoTest()
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
Dets_to_string_cache.h24 class EtsToStringCacheTest; variable
105 friend class ark::ets::test::EtsToStringCacheTest;
Dets_to_string_cache.cpp166 friend class ark::ets::test::EtsToStringCacheTest;