| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | is_pointer.hpp | 29 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 D | has_minus.hpp | 18 ::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 D | has_minus_assign.hpp | 18 ::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 D | has_plus_assign.hpp | 18 ::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 D | has_plus.hpp | 18 ::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 D | has_right_shift.hpp | 28 ::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 D | has_left_shift.hpp | 28 ::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 D | is_scalar.hpp | 22 …ost::is_arithmetic<T>::value || ::boost::is_enum<T>::value || ::boost::is_pointer<T>::value || ::b…
|
| H A D | remove_pointer.hpp | 59 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 D | radius.hpp | 133 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 D | access.hpp | 283 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 D | type_utils.hpp | 57 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 D | type_utils.hpp | 57 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 D | common_type_impl.hpp | 80 boost::is_pointer<T>::value || boost::is_pointer<U>::value,
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | hil_kbd.c | 85 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 D | InputClass.c | 327 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 D | traits.hpp | 19 …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 D | enable_recursive.hpp | 106 , 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 D | type_traits.hpp | 37 using ::boost::move_detail::is_pointer;
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/utouch/utouch-frame/ |
| H A D | 0001-Fix-build-on-32bit-arches-with-64bit-time_t.patch | 30 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 D | indirect_traits.hpp | 186 is_pointer<T>
|
| H A D | call_traits.hpp | 88 ::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 D | quoted_string.h | 52 || 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 D | quoted_string.h | 52 || 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 D | propagate_const | 108 __or_<is_class<_Tp>, is_pointer<_Tp>>>::value, 184 typename enable_if<__or_<is_pointer<_Up>, 210 typename enable_if<__or_<is_pointer<_Up>,
|