Home
last modified time | relevance | path

Searched refs:get_if (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dvariant136 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);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dvariant136 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);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dchecked_operations.hpp42 typename int_type_of<T>::type get_if(T& t) in get_if() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dvariant1126 get_if(variant<_Types...>* __ptr) noexcept
1140 get_if(const variant<_Types...>* __ptr) noexcept
1153 get_if(variant<_Types...>* __ptr) noexcept
1158 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(
1164 get_if(const variant<_Types...>* __ptr) noexcept
1169 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dvariant1126 get_if(variant<_Types...>* __ptr) noexcept
1140 get_if(const variant<_Types...>* __ptr) noexcept
1153 get_if(variant<_Types...>* __ptr) noexcept
1158 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(
1164 get_if(const variant<_Types...>* __ptr) noexcept
1169 return std::get_if<__detail::__variant::__index_of_v<_Tp, _Types...>>(
/OK3568_Linux_fs/kernel/drivers/media/dvb-core/
H A Ddvb_net.c1329 static int get_if(struct dvb_net *dvbnet) function
1353 if ((if_num = get_if(dvbnet)) < 0)