Home
last modified time | relevance | path

Searched defs:SmallVectorTest (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dsmall_vector_test.cpp23 class SmallVectorTest : public ::testing::Test { class
25 SmallVectorTest() in SmallVectorTest() function in panda::test::SmallVectorTest
82 TEST_F(SmallVectorTest, Growing) in TEST_F() argument
173 TEST_F(SmallVectorTest, Iteration) in TEST_F() argument
218 TEST_F(SmallVectorTest, Emplace) in TEST_F() argument
232 TEST_F(SmallVectorTest, ResizeStatic) in TEST_F() argument
258 TEST_F(SmallVectorTest, ResizeDynamic) in TEST_F() argument
283 TEST_F(SmallVectorTest, ResizeStaticWithValue) in TEST_F() argument
309 TEST_F(SmallVectorTest, ResizeDynamicWithValue) in TEST_F() argument
334 TEST_F(SmallVectorTest, ConstructingAssign) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dsmall_vector_test.cpp25 class SmallVectorTest : public ::testing::Test { class
30 SmallVectorTest() in SmallVectorTest() function in ark::test::SmallVectorTest
87 TEST_F(SmallVectorTest, Growing) in TEST_F() argument
177 TEST_F(SmallVectorTest, Iteration) in TEST_F() argument
223 TEST_F(SmallVectorTest, Emplace) in TEST_F() argument
237 TEST_F(SmallVectorTest, ResizeStatic) in TEST_F() argument
263 TEST_F(SmallVectorTest, ResizeDynamic) in TEST_F() argument
288 TEST_F(SmallVectorTest, ResizeStaticWithValue) in TEST_F() argument
314 TEST_F(SmallVectorTest, ResizeDynamicWithValue) in TEST_F() argument
339 TEST_F(SmallVectorTest, ConstructingStaticToDynamic) in TEST_F() argument
[all …]