Lines Matching defs:V

37     using V = std::variant<int, const long>;  in test_const_lvalue_get()  typedef
48 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
55 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
66 using V = std::variant<int, const long>; in test_const_lvalue_get() typedef
75 using V = std::variant<int &>; in test_const_lvalue_get() typedef
82 using V = std::variant<int &&>; in test_const_lvalue_get() typedef
89 using V = std::variant<const int &&>; in test_const_lvalue_get() typedef
100 using V = std::variant<int, const long>; in test_lvalue_get() typedef
107 using V = std::variant<int, const long>; in test_lvalue_get() typedef
115 using V = std::variant<int &>; in test_lvalue_get() typedef
122 using V = std::variant<const int &>; in test_lvalue_get() typedef
129 using V = std::variant<int &&>; in test_lvalue_get() typedef
136 using V = std::variant<const int &&>; in test_lvalue_get() typedef
147 using V = std::variant<int, const long>; in test_rvalue_get() typedef
154 using V = std::variant<int, const long>; in test_rvalue_get() typedef
163 using V = std::variant<int &>; in test_rvalue_get() typedef
170 using V = std::variant<const int &>; in test_rvalue_get() typedef
178 using V = std::variant<int &&>; in test_rvalue_get() typedef
186 using V = std::variant<const int &&>; in test_rvalue_get() typedef
199 using V = std::variant<int, const long>; in test_const_rvalue_get() typedef
206 using V = std::variant<int, const long>; in test_const_rvalue_get() typedef
215 using V = std::variant<int &>; in test_const_rvalue_get() typedef
222 using V = std::variant<const int &>; in test_const_rvalue_get() typedef
230 using V = std::variant<int &&>; in test_const_rvalue_get() typedef
238 using V = std::variant<const int &&>; in test_const_rvalue_get() typedef
253 using V = std::variant<int, long>; in test_throws_for_all_value_categories() typedef