Searched refs:internal_type (Results 1 – 2 of 2) sorted by relevance
86 ::boost::detail::make_reference_content<T>::type internal_type ; typedef in boost::optional_detail::optional_base88 typedef aligned_storage<internal_type> storage_type ;355 ::new (m_storage.address()) internal_type(val) ; in construct()362 ::new (m_storage.address()) internal_type( types::move(val) ) ; in construct()375 ::new (m_storage.address()) internal_type( boost::forward<Args>(args)... ); in emplace_assign()383 ::new (m_storage.address()) internal_type( boost::forward<Arg>(arg) ); in emplace_assign()390 ::new (m_storage.address()) internal_type(); in emplace_assign()398 ::new (m_storage.address()) internal_type( arg ); in emplace_assign()406 ::new (m_storage.address()) internal_type( arg ); in emplace_assign()413 ::new (m_storage.address()) internal_type(); in emplace_assign()[all …]
1601 enum nl80211_iftype internal_type = type; in ieee80211_runtime_change_iftype() local1639 internal_type = NL80211_IFTYPE_STATION; in ieee80211_runtime_change_iftype()1643 internal_type = NL80211_IFTYPE_AP; in ieee80211_runtime_change_iftype()1649 ret = ieee80211_check_concurrent_iface(sdata, internal_type); in ieee80211_runtime_change_iftype()1662 ret = drv_change_interface(local, sdata, internal_type, p2p); in ieee80211_runtime_change_iftype()