Searched refs:ctype (Results 1 – 1 of 1) sorted by relevance
38 ConstructType ctype() const { return ctype_; } in ctype() function in __anon1dd898cb0111::TestBase306 EXPECT_EQ(ConstructType::DEFAULT, ptr->ctype()); in do_slab_test()309 EXPECT_EQ(ConstructType::LVALUE_REF, ptr->ctype()); in do_slab_test()312 EXPECT_EQ(ConstructType::RVALUE_REF, ptr->ctype()); in do_slab_test()315 EXPECT_EQ(ConstructType::L_THEN_R_REF, ptr->ctype()); in do_slab_test()524 EXPECT_EQ(ConstructType::DEFAULT, ptr->ctype()); in do_static_slab_test()527 EXPECT_EQ(ConstructType::LVALUE_REF, ptr->ctype()); in do_static_slab_test()530 EXPECT_EQ(ConstructType::RVALUE_REF, ptr->ctype()); in do_static_slab_test()533 EXPECT_EQ(ConstructType::L_THEN_R_REF, ptr->ctype()); in do_static_slab_test()
Completed in 4 milliseconds