Home
last modified time | relevance | path

Searched refs:is_member_pointer (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_member_pointer.hpp30 template <class T> struct is_member_pointer : public integral_constant<bool, __is_member_pointer(T)… struct
32 template <class T> struct is_member_pointer : public integral_constant<bool, ::boost::is_member_fun…
33 template <class T, class U> struct is_member_pointer<U T::* > : public true_type{};
36 template <class T, class U> struct is_member_pointer<U T::*const> : public true_type{};
37 template <class T, class U> struct is_member_pointer<U T::*const volatile> : public true_type{};
38 template <class T, class U> struct is_member_pointer<U T::*volatile> : public true_type{};
H A Dis_member_object_pointer.hpp20 ::boost::is_member_pointer<T>::value && !::boost::is_member_function_pointer<T>::value>{};
H A Dis_scalar.hpp22 …:boost::is_enum<T>::value || ::boost::is_pointer<T>::value || ::boost::is_member_pointer<T>::value>
/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/ext/pb_ds/detail/
H A Dtype_utils.hpp61 using std::tr1::is_member_pointer;
101 || is_member_pointer<T>::value
/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/ext/pb_ds/detail/
H A Dtype_utils.hpp61 using std::tr1::is_member_pointer;
101 || is_member_pointer<T>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/detail/
H A Dcommon_type_impl.hpp91 boost::is_member_pointer<T>::value || boost::is_member_pointer<U>::value,
/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/tr1/
H A Dtype_traits275 /// is_member_pointer
277 struct is_member_pointer;
285 || is_member_pointer<_Tp>::value)>
293 /// is_member_pointer
300 struct is_member_pointer
H A Dfunctional289 (!is_member_pointer<_Functor>::value
302 (is_member_pointer<_Functor>::value
1509 || is_member_pointer<_Tp>::value)>
/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/tr1/
H A Dtype_traits275 /// is_member_pointer
277 struct is_member_pointer;
285 || is_member_pointer<_Tp>::value)>
293 /// is_member_pointer
300 struct is_member_pointer
H A Dfunctional289 (!is_member_pointer<_Functor>::value
302 (is_member_pointer<_Functor>::value
1509 || is_member_pointer<_Tp>::value)>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dtype_traits.hpp530 struct is_member_pointer struct
660 !is_member_pointer<T>::value &&
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtype_traits54 template <class T> struct is_member_pointer;
275 = is_member_pointer<T>::value; // C++17
932 // is_member_pointer
937 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_member_pointer
943 = is_member_pointer<_Tp>::value;
949 : public integral_constant<bool, is_member_pointer<_Tp>::value &&
974 !is_member_pointer<_Tp>::value &&
1016 is_member_pointer<_Tp>::value ||
2990 is_member_pointer<typename remove_reference<_Fn>::type>::value
3000 is_member_pointer<typename remove_reference<_Fn>::type>::value
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtype_traits54 template <class T> struct is_member_pointer;
275 = is_member_pointer<T>::value; // C++17
932 // is_member_pointer
937 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_member_pointer
943 = is_member_pointer<_Tp>::value;
949 : public integral_constant<bool, is_member_pointer<_Tp>::value &&
974 !is_member_pointer<_Tp>::value &&
1016 is_member_pointer<_Tp>::value ||
2990 is_member_pointer<typename remove_reference<_Fn>::type>::value
3000 is_member_pointer<typename remove_reference<_Fn>::type>::value
[all …]
/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/experimental/
H A Dtype_traits100 constexpr bool is_member_pointer_v = is_member_pointer<_Tp>::value;
/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/experimental/
H A Dtype_traits100 constexpr bool is_member_pointer_v = is_member_pointer<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function/
H A Dfunction_base.hpp159 typedef typename mpl::if_c<(is_member_pointer<F>::value),
/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 Dtype_traits553 struct is_member_pointer;
559 is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
575 /// is_member_pointer
577 struct is_member_pointer
3071 inline constexpr bool is_member_pointer_v = is_member_pointer<_Tp>::value;
/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 Dtype_traits553 struct is_member_pointer;
559 is_member_pointer<_Tp>, is_null_pointer<_Tp>>::type
575 /// is_member_pointer
577 struct is_member_pointer
3071 inline constexpr bool is_member_pointer_v = is_member_pointer<_Tp>::value;