Home
last modified time | relevance | path

Searched refs:is_member_function_pointer (Results 1 – 25 of 30) sorted by relevance

12

/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_function_pointer.hpp36 template <class T> struct is_member_function_pointer : public integral_constant<bool, __is_member_f… struct
39 template <class T> struct is_member_function_pointer
113 struct is_member_function_pointer
H A Dis_member_object_pointer.hpp20 ::boost::is_member_pointer<T>::value && !::boost::is_member_function_pointer<T>::value>{};
H A Dis_member_pointer.hpp32 …ct is_member_pointer : public integral_constant<bool, ::boost::is_member_function_pointer<T>::valu…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/
H A Dis_member_function_pointer.hpp21 struct is_member_function_pointer struct
26 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,is_member_function_pointer,(T,Tag))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/preprocessed/
H A Ddefault_eval.hpp23 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
57 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
91 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
125 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
159 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
193 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
227 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
261 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/preprocessed/
H A Ddefault_function_impl.hpp28 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
76 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
124 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
172 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
220 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
268 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
316 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
364 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/utility/detail/
H A Dresult_of_iterate.hpp29 mpl::or_< is_pointer<F>, is_member_function_pointer<F> >
61 is_member_function_pointer<F>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/util/
H A Dparameter_type_of.hpp45 boost::function_types::is_member_function_pointer<Method>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/concepts/
H A Dsimplify_concept.hpp59 ft::is_member_function_pointer<ApplyMethod>, in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dmember.hpp52 …, proto::if_<is_member_function_pointer<boost::remove_reference<proto::call<proto::_value(proto::_…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/detail/
H A Ddefault_eval.hpp58 return this->invoke(expr, context, is_member_function_pointer<function_type>()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/detail/
H A Ddefault_function_impl.hpp63 return this->invoke(e, s, d, is_member_function_pointer<function_type>()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp79 : is_member_function_pointer<typename remove_cv<T>::type>
/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/bits/
H A Drefwrap.h154 bool = is_member_function_pointer<_Functor>::value> in _GLIBCXX_VISIBILITY()
274 template<typename _Tp, bool = is_member_function_pointer<_Tp>::value> in _GLIBCXX_VISIBILITY()
/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/bits/
H A Drefwrap.h154 bool = is_member_function_pointer<_Functor>::value> in _GLIBCXX_VISIBILITY()
274 template<typename _Tp, bool = is_member_function_pointer<_Tp>::value> in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/context/
H A Ddefault.hpp153 : is_member_function_pointer<
353 , is_member_function_pointer<function_type>() in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp172 : is_member_function_pointer<
520 , is_member_function_pointer<function_type>() in operator ()()
/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_traits197 /// is_member_function_pointer
199 struct is_member_function_pointer
/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_traits197 /// is_member_function_pointer
199 struct is_member_function_pointer
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__functional_base_0363 is_member_function_pointer<_Fn>::value,
H A Dtype_traits44 template <class T> struct is_member_function_pointer;
251 = is_member_function_pointer<T>::value; // C++17
904 // is_member_function_pointer
923 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_member_function_pointer
929 = is_member_function_pointer<_Tp>::value;
950 !is_member_function_pointer<_Tp>::value> {};
2858 is_member_function_pointer<_MP>::value,
2955 is_member_function_pointer<typename remove_reference<_Fn>::type>::value>
2963 is_member_function_pointer<typename remove_reference<_Fn>::type>::value>
2971 is_member_function_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 D__functional_base_0363 is_member_function_pointer<_Fn>::value,
H A Dtype_traits44 template <class T> struct is_member_function_pointer;
251 = is_member_function_pointer<T>::value; // C++17
904 // is_member_function_pointer
923 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_member_function_pointer
929 = is_member_function_pointer<_Tp>::value;
950 !is_member_function_pointer<_Tp>::value> {};
2858 is_member_function_pointer<_MP>::value,
2955 is_member_function_pointer<typename remove_reference<_Fn>::type>::value>
2963 is_member_function_pointer<typename remove_reference<_Fn>::type>::value>
2971 is_member_function_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_traits76 is_member_function_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_traits76 is_member_function_pointer<_Tp>::value;

12