Home
last modified time | relevance | path

Searched refs:is_pointer (Results 1 – 25 of 71) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dis_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
31 template <class T> struct is_pointer : public false_type{};
32 template <class T> struct is_pointer<T*> : public true_type{};
33 template <class T> struct is_pointer<T*const> : public true_type{};
34 template <class T> struct is_pointer<T*const volatile> : public true_type{};
35 template <class T> struct is_pointer<T*volatile> : public true_type{};
38 template <class T> struct is_pointer<T const> : public is_pointer<T>{};
39 template <class T> struct is_pointer<T const volatile> : public is_pointer<T>{};
40 template <class T> struct is_pointer<T volatile> : public is_pointer<T>{};
H A Dhas_minus.hpp18 ::boost::is_pointer< Lhs_noref >::value && \
24 ::boost::is_pointer< Lhs_noref >::value && \
28 ::boost::is_pointer< Rhs_noref >::value\
33 ::boost::is_pointer< Rhs_noref >::value && \
37 ::boost::is_pointer< Lhs_noref >::value\
43 ::boost::is_pointer< Rhs_noref >::value\
47 ::boost::is_pointer< Lhs_noref >::value && \
48 ::boost::is_pointer< Rhs_noref >::value && \
H A Dhas_minus_assign.hpp18 ::boost::is_pointer< Lhs_noref >::value && \
24 ::boost::is_pointer< Lhs_noref >::value && \
30 ::boost::is_pointer< Rhs_noref >::value && \
37 ::boost::is_pointer< Rhs_noref >::value\
41 ::boost::is_pointer< Lhs_noref >::value && \
42 ::boost::is_pointer< Rhs_noref >::value\
48 ::boost::is_pointer< Lhs_noref >::value\
52 ::boost::is_pointer< Rhs_noref >::value\
H A Dhas_plus_assign.hpp18 ::boost::is_pointer< Lhs_noref >::value && \
19 ::boost::is_pointer< Rhs_noref >::value\
23 ::boost::is_pointer< Lhs_noref >::value && \
29 ::boost::is_pointer< Rhs_noref >::value && \
35 ::boost::is_pointer< Lhs_noref >::value && \
41 ::boost::is_pointer< Rhs_noref >::value && \
49 ::boost::is_pointer< Lhs_noref >::value\
53 ::boost::is_pointer< Rhs_noref >::value\
H A Dhas_plus.hpp18 ::boost::is_pointer< Lhs_noref >::value && \
19 ::boost::is_pointer< Rhs_noref >::value\
23 ::boost::is_pointer< Lhs_noref >::value && \
29 ::boost::is_pointer< Rhs_noref >::value && \
35 ::boost::is_pointer< Lhs_noref >::value && \
41 ::boost::is_pointer< Rhs_noref >::value && \
H A Dhas_right_shift.hpp28 ::boost::is_pointer< Rhs_noref >::value\
33 ::boost::is_pointer< Lhs_noref >::value\
37 ::boost::is_pointer< Lhs_noref >::value && \
38 ::boost::is_pointer< Rhs_noref >::value\
H A Dhas_left_shift.hpp28 ::boost::is_pointer< Rhs_noref >::value\
33 ::boost::is_pointer< Lhs_noref >::value\
37 ::boost::is_pointer< Lhs_noref >::value && \
38 ::boost::is_pointer< Rhs_noref >::value\
H A Dis_scalar.hpp22 …ost::is_arithmetic<T>::value || ::boost::is_enum<T>::value || ::boost::is_pointer<T>::value || ::b…
H A Dremove_pointer.hpp59 typedef typename remove_pointer_imp3<T, ::boost::is_pointer<T>::value>::type type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/core/
H A Dradius.hpp133 typename boost::is_pointer<Geometry>::type in get_radius()
153 typename boost::is_pointer<Geometry>::type in set_radius()
199 typename boost::is_pointer<Geometry>::type in get()
210 typename boost::is_pointer<Geometry>::type in set()
H A Daccess.hpp283 typename boost::is_pointer<Geometry>::type in get()
318 typename boost::is_pointer<Geometry>::type in set()
354 typename boost::is_pointer<Geometry>::type in get()
391 typename boost::is_pointer<Geometry>::type in set()
/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.hpp57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::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.hpp57 using std::tr1::is_pointer;
81 value = is_const<T>::value && is_pointer<T>::value
100 || is_pointer<typename remove_const<T>::type>::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.hpp80 boost::is_pointer<T>::value || boost::is_pointer<U>::value,
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dhil_kbd.c85 bool is_pointer; member
303 else if (dev->is_pointer) in hil_dev_interrupt()
519 dev->is_pointer = false; in hil_dev_connect()
525 dev->is_pointer = true; in hil_dev_connect()
539 if (!dev->is_pointer) { in hil_dev_connect()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DInputClass.c327 ptr->is_pointer.set = xf86getBoolValue(&ptr->is_pointer.val, in xf86parseInputClassSection()
330 if (!ptr->is_pointer.set) in xf86parseInputClassSection()
477 if (ptr->is_pointer.set) in xf86printInputClassSection()
479 ptr->is_pointer.val ? "yes" : "no"); in xf86printInputClassSection()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dtraits.hpp19 …ypename T> using is_utf16char_like_pointer = std::integral_constant<bool, std::is_pointer<T>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Denable_recursive.hpp106 , is_pointer<t_>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Dtype_traits.hpp37 using ::boost::move_detail::is_pointer;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/
H A D0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch30 static int is_pointer(const struct evemu_device *dev)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dindirect_traits.hpp186 is_pointer<T>
H A Dcall_traits.hpp88 ::boost::is_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/bits/
H A Dquoted_string.h52 || is_pointer<_String>::value, in _GLIBCXX_VISIBILITY()
/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 Dquoted_string.h52 || is_pointer<_String>::value, in _GLIBCXX_VISIBILITY()
/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 Dpropagate_const108 __or_<is_class<_Tp>, is_pointer<_Tp>>>::value,
184 typename enable_if<__or_<is_pointer<_Up>,
210 typename enable_if<__or_<is_pointer<_Up>,

123