| /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_rvalue_reference.hpp | 17 template <class T> struct is_rvalue_reference : public false_type {}; struct 19 template <class T> struct is_rvalue_reference<T&&> : public true_type {}; struct
|
| H A D | is_reference.hpp | 24 ::boost::is_lvalue_reference<T>::value || ::boost::is_rvalue_reference<T>::value>
|
| H A D | is_copy_constructible.hpp | 148 !boost::is_rvalue_reference<T>::value
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | meta_utils.hpp | 499 struct is_rvalue_reference struct 505 struct is_rvalue_reference< T&& > struct 511 struct is_rvalue_reference< boost::rv<T>& > struct 515 struct is_rvalue_reference< const boost::rv<T>& > struct
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | variant.hpp | 1615 typename boost::enable_if<boost::is_rvalue_reference<T&&> >::type convert_construct( in convert_construct() 1650 typename boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct( in convert_construct() 1692 …typename boost::enable_if<boost::is_rvalue_reference<Variant&&> >::type convert_construct_variant(… in convert_construct_variant() 1791 boost::is_rvalue_reference<T&&>, in variant() 2190 boost::is_rvalue_reference<T&&>,
|
| /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 | type_traits | 70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_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 D | type_traits | 70 constexpr bool is_rvalue_reference_v = is_rvalue_reference<_Tp>::value;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | old_optional_implementation.hpp | 70 !boost::is_lvalue_reference<To>::value || !boost::is_rvalue_reference<From>::value, in prevent_binding_rvalue_ref_to_optional_lvalue_ref()
|
| /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 D | type_traits | 433 /// is_rvalue_reference 435 struct is_rvalue_reference 439 struct is_rvalue_reference<_Tp&&> 529 is_rvalue_reference<_Tp>>::type 3043 is_rvalue_reference<_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 D | type_traits | 433 /// is_rvalue_reference 435 struct is_rvalue_reference 439 struct is_rvalue_reference<_Tp&&> 529 is_rvalue_reference<_Tp>>::type 3043 is_rvalue_reference<_Tp>::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/bits/ |
| H A D | unique_ptr.h | 150 static_assert( !is_rvalue_reference<_Dp>::value, 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 D | unique_ptr.h | 150 static_assert( !is_rvalue_reference<_Dp>::value, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | foreach.hpp | 236 inline boost::is_rvalue_reference<T &&> *is_rvalue_(T &&, int) { return 0; } in is_rvalue_()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | type_traits | 42 template <class T> struct is_rvalue_reference; 247 = is_rvalue_reference<T>::value; // C++17 791 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {}; 793 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {}; 813 = is_rvalue_reference<_Tp>::value;
|
| H A D | optional | 377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
|
| H A D | memory | 2407 static_assert(!is_rvalue_reference<deleter_type>::value,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | type_traits | 42 template <class T> struct is_rvalue_reference; 247 = is_rvalue_reference<T>::value; // C++17 791 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference : public false_type {}; 793 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_rvalue_reference<_Tp&&> : public true_type {}; 813 = is_rvalue_reference<_Tp>::value;
|
| H A D | optional | 377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
|
| H A D | memory | 2407 static_assert(!is_rvalue_reference<deleter_type>::value,
|