Home
last modified time | relevance | path

Searched refs:is_array (Results 1 – 25 of 48) 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_array.hpp23 template <class T> struct is_array : public integral_constant<bool, __is_array(T)> {}; struct
25 template <class T> struct is_array : public false_type {};
27 template <class T, std::size_t N> struct is_array<T[N]> : public true_type {};
28 template <class T, std::size_t N> struct is_array<T const[N]> : public true_type{};
29 template <class T, std::size_t N> struct is_array<T volatile[N]> : public true_type{};
30 template <class T, std::size_t N> struct is_array<T const volatile[N]> : public true_type{};
32 template <class T> struct is_array<T[]> : public true_type{};
33 template <class T> struct is_array<T const[]> : public true_type{};
34 template <class T> struct is_array<T const volatile[]> : public true_type{};
35 template <class T> struct is_array<T volatile[]> : public true_type{};
H A Dis_enum.hpp113 || is_array<T>::value);
121 || is_array<T>::value);
130 || is_array<T>::value);
H A Dis_convertible.hpp69 … To, bool b = or_helper<boost::is_void<From>, boost::is_function<To>, boost::is_array<To> >::value>
354 …value = ( ::boost::detail::is_convertible_basic_impl<From,To>::value && ! ::boost::is_array<To>::v…
361 …:boost::detail::is_convertible_basic_impl<From, To>::value && !::boost::is_array<To>::value && !::…
H A Dintrinsics.hpp108 …ROW_COPY(T) ((__has_nothrow_copy(T) || ::boost::has_trivial_copy<T>::value) && !is_array<T>::value)
111 …tible(T, typename add_lvalue_reference<typename add_const<T>::type>::type)) && !is_array<T>::value)
269 …) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_reference<T>::value && !is_array<T>::value)
270 …gn(T) BOOST_INTEL_TT_OPTS) && !is_volatile<T>::value && !is_const<T>::value && !is_array<T>::value)
H A Ddecay.hpp37 …typedef typename boost::detail::decay_imp<Ty, boost::is_array<Ty>::value, boost::is_function<Ty>::…
H A Dis_member_function_pointer.hpp79 ::boost::is_reference<T>::value || ::boost::is_array<T>::value>::template result_<T>{};
H A Dis_class.hpp87 && ! ::boost::is_array<T>::value
H A Dis_nothrow_move_constructible.hpp68 …move_constructor<T>::value || ::boost::has_nothrow_copy<T>::value) && !::boost::is_array<T>::value>
H A Dis_nothrow_move_assignable.hpp67 …ve_assign<T>::value || ::boost::has_nothrow_assign<T>::value) && ! ::boost::is_array<T>::value>{};
H A Dis_copy_constructible.hpp149 && !boost::is_array<T>::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/tr1/
H A Dtype_traits145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
617 || is_function<_To>::value || is_array<_To>::value
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dforeach.hpp218 inline boost::is_array<T> *is_array_(T const &) { return 0; } in is_array_()
326 is_array<T>
487 boost::mpl::or_<boost::is_abstract<T>, boost::is_array<T> >, private_type_, T
529 boost::is_array<T>, private_type_, T
533 boost::mpl::or_<boost::is_abstract<T>, boost::is_array<T> >, private_type_, T
/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_traits145 /// is_array
147 struct is_array
151 struct is_array<_Tp[_Size]>
155 struct is_array<_Tp[]>
617 || is_function<_To>::value || is_array<_To>::value
/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
516 struct is_array<T[]> struct
520 struct is_array<T[N]> struct
657 !is_array<T>::value &&
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1757 if (ctrl->is_array) { in std_log()
2223 if (ret || !ctrl->is_array) in user_to_ptr()
2694 bool is_array; in v4l2_ctrl_new() local
2709 is_array = nr_of_dims > 0; in v4l2_ctrl_new()
2796 if (is_array && in v4l2_ctrl_new()
2812 is_array) in v4l2_ctrl_new()
2837 ctrl->is_string = !is_array && type == V4L2_CTRL_TYPE_STRING; in v4l2_ctrl_new()
2838 ctrl->is_ptr = is_array || type >= V4L2_CTRL_COMPOUND_TYPES || ctrl->is_string; in v4l2_ctrl_new()
2840 ctrl->is_array = is_array; in v4l2_ctrl_new()
3354 is_compound = ref->ctrl->is_array || in v4l2_query_ext_ctrl()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/
H A Dcommon.hpp75 BOOST_STATIC_CONSTANT( bool, is_array_ = boost::is_array<C>::value );
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Darg.hpp177 typename mpl::if_c<is_array<result_type>::value, result_type &, result_type>::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 Dshared_ptr_base.h1004 bool = is_array<_Tp>::value, bool = is_void<_Tp>::value> in _GLIBCXX_VISIBILITY()
1133 : _M_ptr(__p), _M_refcount(__p, typename is_array<_Tp>::type()) in _GLIBCXX_VISIBILITY()
1235 __not_<is_array<_Tp>>, is_array<_Tp1>, in _GLIBCXX_VISIBILITY()
1408 : __not_<is_array<_Tp>> { }; // No enable shared_from_this for arrays in _GLIBCXX_VISIBILITY()
1873 static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); 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 Dshared_ptr_base.h1004 bool = is_array<_Tp>::value, bool = is_void<_Tp>::value> in _GLIBCXX_VISIBILITY()
1133 : _M_ptr(__p), _M_refcount(__p, typename is_array<_Tp>::type()) in _GLIBCXX_VISIBILITY()
1235 __not_<is_array<_Tp>>, is_array<_Tp1>, in _GLIBCXX_VISIBILITY()
1408 : __not_<is_array<_Tp>> { }; // No enable shared_from_this for arrays in _GLIBCXX_VISIBILITY()
1873 static_assert(!is_array<_Tp>::value, "make_shared<T[]> not supported"); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dmemory2443 !is_array<_Up>::value
2577 !is_array<_Up>::value &&
2717 is_array<_Up>::value &&
3803 !is_array<_Yp>::value &&
3812 !is_array<_Yp>::value &&
3822 !is_array<_Yp>::value &&
3831 !is_array<_Yp>::value &&
3865 !is_array<_Yp>::value &&
3877 !is_array<_Yp>::value &&
3887 !is_array<_Yp>::value &&
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dmemory2443 !is_array<_Up>::value
2577 !is_array<_Up>::value &&
2717 is_array<_Up>::value &&
3803 !is_array<_Yp>::value &&
3812 !is_array<_Yp>::value &&
3822 !is_array<_Yp>::value &&
3831 !is_array<_Yp>::value &&
3865 !is_array<_Yp>::value &&
3877 !is_array<_Yp>::value &&
3887 !is_array<_Yp>::value &&
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dresolve.hpp167 is_array<T>,
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0017-abseil-cpp-Map-the-absl-is_trivially_-functions-to-t.patch81 std::is_object<T>::value && !std::is_array<T>::value,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dextensions.hpp242 : public call_hash_impl<boost::is_array<T>::value>
/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
347 if (is_array) { in get_field_numeric_entry()
372 if (is_array) in get_field_numeric_entry()
375 if (is_array) in get_field_numeric_entry()

12