Searched refs:SIZE2 (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | runslots_allocator_test.cpp | 225 static constexpr size_t SIZE2 = 204; in TEST_F() local 262 char *strD = reinterpret_cast<char *>(allocator.Alloc(SIZE2)); in TEST_F() 263 char *strE = reinterpret_cast<char *>(allocator.Alloc(SIZE2)); in TEST_F() 264 char *strF = reinterpret_cast<char *>(allocator.Alloc(SIZE2)); in TEST_F() 265 fillStr(strD, CHAR4, SIZE2); in TEST_F() 266 fillStr(strE, CHAR5, SIZE2); in TEST_F() 267 fillStr(strF, CHAR6, SIZE2); in TEST_F() 268 ASSERT_TRUE(checkStr(strD, CHAR4, SIZE2)); in TEST_F() 269 ASSERT_TRUE(checkStr(strE, CHAR5, SIZE2)); in TEST_F() 270 ASSERT_TRUE(checkStr(strF, CHAR6, SIZE2)); in TEST_F() [all...] |
/arkcompiler/ets_frontend/ets2panda/test/unit/ |
H A D | union_normalization_test.cpp | 175 static constexpr uint8_t SIZE2 = 2; member 267 ASSERT_EQ(unionType->ConstituentTypes().size(), SIZE2); in TEST_F() 291 ASSERT_EQ(unionType->ConstituentTypes().size(), SIZE2); in TEST_F() 383 ASSERT_EQ(unionType->ConstituentTypes().size(), SIZE2); in TEST_F() 435 ASSERT_EQ(ut1->ConstituentTypes().size(), SIZE2); in TEST_F() 444 ASSERT_EQ(ut2->ConstituentTypes().size(), SIZE2); in TEST_F() 502 ASSERT_EQ(unionType->ConstituentTypes().size(), SIZE2); in TEST_F() 556 ASSERT_EQ(unionType2->ConstituentTypes().size(), SIZE2); in TEST_F() 575 ASSERT_EQ(unionType3->ConstituentTypes().size(), SIZE2); in TEST_F()
|
Completed in 4 milliseconds