Home
last modified time | relevance | path

Searched defs:is_pointer (Results 1 – 5 of 5) 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_pointer.hpp29 template <class T> struct is_pointer : public integral_constant<bool, __is_pointer(T)>{}; struct
/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.hpp337 struct is_pointer struct
338 { static const bool value = false; };
341 struct is_pointer<T*> struct
342 { static const bool value = true; };
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dhil_kbd.c85 bool is_pointer; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dxf86Parser.h325 xf86TriState is_pointer; member
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-trace.c3392 bool is_pointer = field->flags & TEP_FIELD_IS_POINTER, local