Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/
H A Dunion_normalization_test.cpp179 static constexpr uint8_t IDX2 = 2; member
237 ASSERT_EQ(unionType->ConstituentTypes().at(IDX2), checker->GlobalBuiltinETSStringType()); in TEST_F()
325 ASSERT_EQ(unionType->ConstituentTypes().at(IDX2), checker->GetGlobalTypesHolder()->GlobalDoubleBuiltinType()); in TEST_F()
457 ASSERT_EQ(ut3->ConstituentTypes().at(IDX2), checker->GetGlobalTypesHolder()->GlobalDoubleBuiltinType()); in TEST_F()
542 ASSERT_TRUE(unionType1->ConstituentTypes().at(IDX2)->IsETSStringType()); in TEST_F()
543 ASSERT_EQ(unionType1->ConstituentTypes().at(IDX2)->AsETSStringType()->GetValue(), "cd3"); in TEST_F()

Completed in 1 milliseconds