Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp751 bool TestStrz(Encoder64Test *test) in TestStrz() function
781 EXPECT_TRUE((TestStrz<uint8_t>(this))); in TEST_F()
782 EXPECT_TRUE((TestStrz<uint16_t>(this))); in TEST_F()
783 EXPECT_TRUE((TestStrz<uint32_t>(this))); in TEST_F()
784 EXPECT_TRUE((TestStrz<uint64_t>(this))); in TEST_F()
786 EXPECT_TRUE((TestStrz<float>(this))); in TEST_F()
787 EXPECT_TRUE((TestStrz<double>(this))); in TEST_F()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp1127 bool TestStrz(Encoder64Test *test) in TestStrz() function
1203 EXPECT_TRUE((TestStrz<uint8_t>(this))); in TEST_F()
1204 EXPECT_TRUE((TestStrz<uint16_t>(this))); in TEST_F()
1205 EXPECT_TRUE((TestStrz<uint32_t>(this))); in TEST_F()
1206 EXPECT_TRUE((TestStrz<uint64_t>(this))); in TEST_F()
1208 EXPECT_TRUE((TestStrz<float>(this))); in TEST_F()
1209 EXPECT_TRUE((TestStrz<double>(this))); in TEST_F()

Completed in 12 milliseconds