Home
last modified time | relevance | path

Searched defs:is_array (Results 1 – 6 of 6) 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_array.hpp23 template <class T> struct is_array : public integral_constant<bool, __is_array(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.hpp512 struct is_array struct
513 { static const bool value = false; };
516 struct is_array<T[]> struct
517 { static const bool value = true; };
520 struct is_array<T[N]> struct
521 { static const bool value = true; };
/OK3568_Linux_fs/kernel/include/media/
H A Dv4l2-ctrls.h268 unsigned int is_array:1; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dr600_cs.c1482 bool is_array; in r600_check_texture_resource() local
/OK3568_Linux_fs/kernel/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c342 bool is_array = field->flags & TEP_FIELD_IS_ARRAY; in get_field_numeric_entry() local
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c2694 bool is_array; in v4l2_ctrl_new() local