Searched refs:get_if (Results 1 – 6 of 6) sorted by relevance
136 get_if(variant<Types...>*) noexcept;140 get_if(const variant<Types...>*) noexcept;144 get_if(variant<Types...>*) noexcept;148 get_if(const variant<Types...>*) noexcept;1420 get_if(variant<_Types...>* __v) noexcept {1429 get_if(const variant<_Types...>* __v) noexcept {1438 get_if(variant<_Types...>* __v) noexcept {1440 return _VSTD::get_if<__find_exactly_one_t<_Tp, _Types...>::value>(__v);1446 get_if(const variant<_Types...>* __v) noexcept {1448 return _VSTD::get_if<__find_exactly_one_t<_Tp, _Types...>::value>(__v);
42 typename int_type_of<T>::type get_if(T& t) in get_if() function
1126 get_if(variant<_Types...>* __ptr) noexcept1140 get_if(const variant<_Types...>* __ptr) noexcept1153 get_if(variant<_Types...>* __ptr) noexcept1158 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(1164 get_if(const variant<_Types...>* __ptr) noexcept1169 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(
1329 static int get_if(struct dvb_net *dvbnet) function1353 if ((if_num = get_if(dvbnet)) < 0)