Home
last modified time | relevance | path

Searched refs:internal_type (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Dold_optional_implementation.hpp86 ::boost::detail::make_reference_content<T>::type internal_type ; typedef in boost::optional_detail::optional_base
88 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 …]
/OK3568_Linux_fs/kernel/net/mac80211/
H A Diface.c1601 enum nl80211_iftype internal_type = type; in ieee80211_runtime_change_iftype() local
1639 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()