Home
last modified time | relevance | path

Searched refs:is_trivially_copy_constructible (Results 1 – 18 of 18) sorted by relevance

/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.hpp51 using ::boost::move_detail::is_trivially_copy_constructible;
H A Dcopy_move_algo.hpp149 …, container_detail::is_trivially_copy_constructible< typename ::boost::container::iterator_traits<…
/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.hpp97 …(T) (__has_nothrow_copy(T) || ::boost::move_detail::is_trivially_copy_constructible<T>::v…
818 struct is_trivially_copy_constructible struct
/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 Dtype_traits157 is_trivially_copy_constructible<_Tp>::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/experimental/
H A Dtype_traits157 is_trivially_copy_constructible<_Tp>::value;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Doptional448 template <class _Tp, bool = is_trivially_copy_constructible<_Tp>::value>
508 is_trivially_copy_constructible<_Tp>::value &&
H A Dtype_traits119 template <class T> struct is_trivially_copy_constructible;
331 = is_trivially_copy_constructible<T>::value; // C++17
3583 // is_trivially_copy_constructible
3585 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_copy_constructible
3592 = is_trivially_copy_constructible<_Tp>::value;
3601 : public is_trivially_copy_constructible<_Tp>
4098 is_trivially_copy_constructible<_Tp>::value &&
H A Dvariant378 is_trivially_copy_constructible,
H A Dfunctional1876 _VSTD::is_trivially_copy_constructible<_Fun>::value &&
H A Dalgorithm3820 const difference_type __limit = is_trivially_copy_constructible<value_type>::value &&
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Doptional448 template <class _Tp, bool = is_trivially_copy_constructible<_Tp>::value>
508 is_trivially_copy_constructible<_Tp>::value &&
H A Dtype_traits119 template <class T> struct is_trivially_copy_constructible;
331 = is_trivially_copy_constructible<T>::value; // C++17
3583 // is_trivially_copy_constructible
3585 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_trivially_copy_constructible
3592 = is_trivially_copy_constructible<_Tp>::value;
3601 : public is_trivially_copy_constructible<_Tp>
4098 is_trivially_copy_constructible<_Tp>::value &&
H A Dvariant378 is_trivially_copy_constructible,
H A Dfunctional1876 _VSTD::is_trivially_copy_constructible<_Fun>::value &&
H A Dalgorithm3820 const difference_type __limit = is_trivially_copy_constructible<value_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/
H A Dtype_traits1242 /// is_trivially_copy_constructible
1244 struct is_trivially_copy_constructible
3131 is_trivially_copy_constructible<_Tp>::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/
H A Dtype_traits1242 /// is_trivially_copy_constructible
1244 struct is_trivially_copy_constructible
3131 is_trivially_copy_constructible<_Tp>::value;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/
H A Dvector.hpp310 static const bool trivial_copy = is_trivially_copy_constructible<T>::value;