| /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_lvalue_reference.hpp | 29 …template <class T> struct is_lvalue_reference : public integral_constant<bool, __is_reference(T)>{… struct 32 template <class T> struct is_lvalue_reference : public false_type{}; 33 template <class T> struct is_lvalue_reference<T&> : public true_type{}; 40 template <class T> struct is_lvalue_reference<T&const> : public true_type{}; 41 template <class T> struct is_lvalue_reference<T&volatile> : public true_type{}; 42 template <class T> struct is_lvalue_reference<T&const volatile> : public true_type{};
|
| H A D | is_reference.hpp | 24 ::boost::is_lvalue_reference<T>::value || ::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/ |
| H A D | core.hpp | 201 < ::boost::move_detail::is_lvalue_reference<Ret>::value || 211 < !::boost::move_detail::is_lvalue_reference<Ret>::value && 221 < !::boost::move_detail::is_lvalue_reference<Ret>::value && 455 < ::boost::move_detail::is_lvalue_reference<Ret>::value 464 < !::boost::move_detail::is_lvalue_reference<Ret>::value
|
| H A D | utility_core.hpp | 134 < ::boost::move_detail::is_lvalue_reference<T> 149 < ::boost::move_detail::not_< ::boost::move_detail::is_lvalue_reference<T> > 255 BOOST_STATIC_ASSERT(!boost::move_detail::is_lvalue_reference<T>::value); in forward() 290 BOOST_STATIC_ASSERT(!boost::move_detail::is_lvalue_reference<T>::value); in move_if_not_lvalue_reference()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/ |
| H A D | optional_reference_spec.hpp | 32 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<From>::value, in prevent_binding_rvalue() 40 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<T>::value, in forward_reference()
|
| 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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | meta_utils.hpp | 201 struct is_lvalue_reference struct 207 struct is_lvalue_reference<T&> 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/bits/ |
| H A D | unique_ptr.h | 307 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 315 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 577 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 586 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | move.h | 89 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument" 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 | 307 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 315 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 577 __enable_if_t<!is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY() 586 __enable_if_t<is_lvalue_reference<_Del>::value, in _GLIBCXX_VISIBILITY()
|
| H A D | move.h | 89 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument" in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | get.hpp | 274 (!boost::is_lvalue_reference<U>::value), in strict_get()
|
| /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 | any | 390 || is_lvalue_reference<_ValueType>::value, 404 && !is_lvalue_reference<_ValueType>::value,
|
| H A D | type_traits | 68 constexpr bool is_lvalue_reference_v = is_lvalue_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/experimental/ |
| H A D | any | 390 || is_lvalue_reference<_ValueType>::value, 404 && !is_lvalue_reference<_ValueType>::value,
|
| H A D | type_traits | 68 constexpr bool is_lvalue_reference_v = is_lvalue_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/debug/ |
| H A D | functions.h | 158 using __lvalref = std::is_lvalue_reference< in __foreign_iterator_aux2()
|
| /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/debug/ |
| H A D | functions.h | 158 using __lvalref = std::is_lvalue_reference< in __foreign_iterator_aux2()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | optional | 372 (is_lvalue_reference<_Up>::value && is_convertible<_UpPtr, _TpPtr>::value) 376 return (is_lvalue_reference<_Tp>::value && _CheckLValueArg::value) 377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
|
| H A D | __tuple | 337 is_lvalue_reference<_Tp>::value,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | optional | 372 (is_lvalue_reference<_Up>::value && is_convertible<_UpPtr, _TpPtr>::value) 376 return (is_lvalue_reference<_Tp>::value && _CheckLValueArg::value) 377 || (is_rvalue_reference<_Tp>::value && !is_lvalue_reference<_Up>::value &&
|
| H A D | __tuple | 337 is_lvalue_reference<_Tp>::value,
|
| H A D | type_traits | 41 template <class T> struct is_lvalue_reference; 245 = is_lvalue_reference<T>::value; // C++17 788 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference : public false_type {}; 789 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_lvalue_reference<_Tp&> : public true_type {}; 809 = is_lvalue_reference<_Tp>::value; 2321 static_assert(!is_lvalue_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/ |
| H A D | type_traits | 424 /// is_lvalue_reference 426 struct is_lvalue_reference 430 struct is_lvalue_reference<_Tp&> 528 : public __or_<is_lvalue_reference<_Tp>, 3040 is_lvalue_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 | 424 /// is_lvalue_reference 426 struct is_lvalue_reference 430 struct is_lvalue_reference<_Tp&> 528 : public __or_<is_lvalue_reference<_Tp>, 3040 is_lvalue_reference<_Tp>::value;
|