Lines Matching refs:VT
23 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_pointer() typedef
27 using U = std::unique_ptr<VT>; in test_reset_pointer()
33 std::unique_ptr<VT> p(newValue<VT>(expect_alive)); in test_reset_pointer()
37 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer()
45 std::unique_ptr<const VT> p(newValue<const VT>(expect_alive)); in test_reset_pointer()
49 A* new_value = newValue<VT>(expect_alive); in test_reset_pointer()
60 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_nullptr() typedef
64 using U = std::unique_ptr<VT>; in test_reset_nullptr()
70 std::unique_ptr<VT> p(newValue<VT>(expect_alive)); in test_reset_nullptr()
84 typedef typename std::conditional<IsArray, A[], A>::type VT; in test_reset_no_arg() typedef
88 using U = std::unique_ptr<VT>; in test_reset_no_arg()
94 std::unique_ptr<VT> p(newValue<VT>(expect_alive)); in test_reset_no_arg()