Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp177 static constexpr uint8_t IDX0 = 0; member
235 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), checker->GetGlobalTypesHolder()->GlobalDoubleBuiltinType()); in TEST_F()
268 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), baseType); in TEST_F()
292 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), checker->GetGlobalTypesHolder()->GlobalETSBooleanBuiltinType()); in TEST_F()
323 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), checker->GlobalBuiltinETSStringType()); in TEST_F()
384 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), derived1Type); in TEST_F()
436 ASSERT_EQ(ut1->ConstituentTypes().at(IDX0), checker->GlobalBuiltinETSStringType()); in TEST_F()
445 ASSERT_EQ(ut2->ConstituentTypes().at(IDX0), checker->GlobalBuiltinETSStringType()); in TEST_F()
455 ASSERT_EQ(ut3->ConstituentTypes().at(IDX0), baseType); in TEST_F()
503 ASSERT_EQ(unionType->ConstituentTypes().at(IDX0), checke in TEST_F()
[all...]

Completed in 2 milliseconds