| /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_constructible.hpp | 46 …template <class T, class ...Args> struct is_constructible : public integral_constant<bool, sizeof(… struct 47 …template <class T, class Arg> struct is_constructible<T, Arg> : public integral_constant<bool, is_… struct 48 …template <class Ref, class Arg> struct is_constructible<Ref&, Arg> : public integral_constant<bool… struct 49 …template <class Ref, class Arg> struct is_constructible<Ref&&, Arg> : public integral_constant<boo… struct 51 template <> struct is_constructible<void> : public false_type{}; struct 52 template <> struct is_constructible<void const> : public false_type{}; struct 53 template <> struct is_constructible<void const volatile> : public false_type{}; struct 54 template <> struct is_constructible<void volatile> : public false_type{}; struct 56 template <class T> struct is_constructible<T> : public is_default_constructible<T>{}; struct 66 template <class T, class U = void> struct is_constructible : public is_convertible<U, T>{}; [all …]
|
| H A D | is_copy_constructible.hpp | 23 template <class T> struct is_copy_constructible : public boost::is_constructible<T, const T&>{}; 48 …template <class T, bool b> struct is_copy_constructible_imp : public boost::is_constructible<T, co…
|
| H A D | has_trivial_move_constructor.hpp | 41 #define SOLARIS_EXTRA_CHECK && is_constructible<typename remove_const<T>::type, typename remove_con…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/ |
| H A D | recursive_wrapper_fwd.hpp | 51 template <class T> struct is_constructible<recursive_wrapper<T>, T> … struct 52 template <class T> struct is_constructible<recursive_wrapper<T>, const T> … struct 53 template <class T> struct is_constructible<recursive_wrapper<T>, T&> … struct 54 template <class T> struct is_constructible<recursive_wrapper<T>, const T&> … struct 55 template <class T> struct is_constructible<recursive_wrapper<T>, recursive_wrapper<T> > … struct 56 template <class T> struct is_constructible<recursive_wrapper<T>, const recursive_wrapper<T… struct 57 template <class T> struct is_constructible<recursive_wrapper<T>, recursive_wrapper<T>& > … struct 58 template <class T> struct is_constructible<recursive_wrapper<T>, const recursive_wrapper<T… struct 60 template <class T, class U> struct is_constructible<recursive_wrapper<T>, U > … struct 61 template <class T, class U> struct is_constructible<recursive_wrapper<T>, const U > … struct [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/ |
| H A D | established_actor.hpp | 32 std::is_constructible<U, Args...>::value || 33 std::is_constructible<U, ActorRef<U>, Args...>::value 59 …template <typename U = Object, class... Args, typename std::enable_if<std::is_constructible<U, Act… 65 …template <typename U = Object, class... Args, typename std::enable_if<std::is_constructible<U, Arg…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/ |
| H A D | convert_from_string.hpp | 22 …typedef typename boost::conditional<boost::is_constructible<T, const char*>::value, const char*, T… 41 …::type convert_from_string(const char* p) BOOST_NOEXCEPT_IF((boost::is_constructible<Real, const c… in convert_from_string() 43 return convert_from_string<Real>(p, boost::is_constructible<Real, const char*>()); in convert_from_string()
|
| /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 | optional | 164 enable_if_t<is_constructible<_Tp, 300 enable_if_t<is_constructible<_Tp, 406 __or_<is_constructible<_Tp, const optional<_Up>&>, 407 is_constructible<_Tp, optional<_Up>&>, 408 is_constructible<_Tp, const optional<_Up>&&>, 409 is_constructible<_Tp, optional<_Up>&&>, 461 is_constructible<_Tp, _Up&&>, 470 is_constructible<_Tp, _Up&&>, 479 is_constructible<_Tp, const _Up&>, 492 is_constructible<_Tp, const _Up&>, [all …]
|
| /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 | optional | 164 enable_if_t<is_constructible<_Tp, 300 enable_if_t<is_constructible<_Tp, 406 __or_<is_constructible<_Tp, const optional<_Up>&>, 407 is_constructible<_Tp, optional<_Up>&>, 408 is_constructible<_Tp, const optional<_Up>&&>, 409 is_constructible<_Tp, optional<_Up>&&>, 461 is_constructible<_Tp, _Up&&>, 470 is_constructible<_Tp, _Up&&>, 479 is_constructible<_Tp, const _Up&>, 492 is_constructible<_Tp, const _Up&>, [all …]
|
| H A D | propagate_const | 117 enable_if<__and_<is_constructible<_Tp, _Up&&>, 124 enable_if<__and_<is_constructible<_Tp, _Up&&>, 131 enable_if<__and_<is_constructible<_Tp, _Up&&>, 140 enable_if<__and_<is_constructible<_Tp, _Up&&>,
|
| /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 | uses_allocator.h | 90 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>::value, in _GLIBCXX_VISIBILITY() 97 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>, in _GLIBCXX_VISIBILITY() 98 is_constructible<_Tp, _Args..., const _Alloc&>>::value, in _GLIBCXX_VISIBILITY() 141 : __is_uses_allocator_predicate<is_constructible, _Tp, _Alloc, _Args...> in _GLIBCXX_VISIBILITY()
|
| H A D | stl_pair.h | 106 return __and_<is_constructible<_T1, const _U1&>, in _GLIBCXX_VISIBILITY() 107 is_constructible<_T2, const _U2&>>::value; in _GLIBCXX_VISIBILITY() 120 return __and_<is_constructible<_T1, _U1&&>, in _GLIBCXX_VISIBILITY() 121 is_constructible<_T2, _U2&&>>::value; in _GLIBCXX_VISIBILITY() 139 return __and_<is_constructible<_T1, const _U1&>, in _GLIBCXX_VISIBILITY() 140 is_constructible<_T2, _U2&&>, in _GLIBCXX_VISIBILITY() 153 return __and_<is_constructible<_T1, _U1&&>, in _GLIBCXX_VISIBILITY() 154 is_constructible<_T2, const _U2&&>, in _GLIBCXX_VISIBILITY()
|
| /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 | uses_allocator.h | 90 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>::value, in _GLIBCXX_VISIBILITY() 97 is_constructible<_Tp, allocator_arg_t, const _Alloc&, _Args...>, in _GLIBCXX_VISIBILITY() 98 is_constructible<_Tp, _Args..., const _Alloc&>>::value, in _GLIBCXX_VISIBILITY() 141 : __is_uses_allocator_predicate<is_constructible, _Tp, _Alloc, _Args...> in _GLIBCXX_VISIBILITY()
|
| H A D | stl_pair.h | 106 return __and_<is_constructible<_T1, const _U1&>, in _GLIBCXX_VISIBILITY() 107 is_constructible<_T2, const _U2&>>::value; in _GLIBCXX_VISIBILITY() 120 return __and_<is_constructible<_T1, _U1&&>, in _GLIBCXX_VISIBILITY() 121 is_constructible<_T2, _U2&&>>::value; in _GLIBCXX_VISIBILITY() 139 return __and_<is_constructible<_T1, const _U1&>, in _GLIBCXX_VISIBILITY() 140 is_constructible<_T2, _U2&&>, in _GLIBCXX_VISIBILITY() 153 return __and_<is_constructible<_T1, _U1&&>, in _GLIBCXX_VISIBILITY() 154 is_constructible<_T2, const _U2&&>, in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | scoped_allocator | 214 is_constructible<outer_allocator_type, _OuterA2>::value 224 is_constructible<outer_allocator_type, const _OuterA2&>::value 234 is_constructible<outer_allocator_type, _OuterA2>::value 244 is_constructible<outer_allocator_type, _OuterA2>::value 295 is_constructible<outer_allocator_type, _OuterA2>::value 303 is_constructible<outer_allocator_type, const _OuterA2&>::value 312 is_constructible<outer_allocator_type, _OuterA2>::value 439 is_constructible<outer_allocator_type, _OuterA2>::value 448 is_constructible<outer_allocator_type, const _OuterA2&>::value 456 is_constructible<outer_allocator_type, _OuterA2>::value [all …]
|
| H A D | any | 216 is_constructible<_Tp, _Args...>::value && 226 is_constructible<_Tp, initializer_list<_Up>&, _Args...>::value && 261 is_constructible<_Tp, _Args...>::value && 270 is_constructible<_Tp, initializer_list<_Up>&, _Args...>::value && 585 static_assert(is_constructible<_ValueType, _RawValueType const &>::value, 600 static_assert(is_constructible<_ValueType, _RawValueType &>::value, 615 static_assert(is_constructible<_ValueType, _RawValueType>::value,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | scoped_allocator | 214 is_constructible<outer_allocator_type, _OuterA2>::value 224 is_constructible<outer_allocator_type, const _OuterA2&>::value 234 is_constructible<outer_allocator_type, _OuterA2>::value 244 is_constructible<outer_allocator_type, _OuterA2>::value 295 is_constructible<outer_allocator_type, _OuterA2>::value 303 is_constructible<outer_allocator_type, const _OuterA2&>::value 312 is_constructible<outer_allocator_type, _OuterA2>::value 439 is_constructible<outer_allocator_type, _OuterA2>::value 448 is_constructible<outer_allocator_type, const _OuterA2&>::value 456 is_constructible<outer_allocator_type, _OuterA2>::value [all …]
|
| H A D | any | 216 is_constructible<_Tp, _Args...>::value && 226 is_constructible<_Tp, initializer_list<_Up>&, _Args...>::value && 261 is_constructible<_Tp, _Args...>::value && 270 is_constructible<_Tp, initializer_list<_Up>&, _Args...>::value && 585 static_assert(is_constructible<_ValueType, _RawValueType const &>::value, 600 static_assert(is_constructible<_ValueType, _RawValueType &>::value, 615 static_assert(is_constructible<_ValueType, _RawValueType>::value,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/ |
| H A D | tuple.hpp | 85 …_ctor_t = uses_alloc_ctor< std::uses_allocator< T, A >::value, std::is_constructible< T, std::allo… 122 typename = impl::enable_if_t< std::is_constructible< T, U >::value > > 207 typename = impl::enable_if_t< std::is_constructible< T, U >::value > > 385 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, Us&& >::value... >::value > > 397 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, const Us& >::value... >::val… 406 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, Us&& >::value... >::value > > 430 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, Us&& >::value... >::value > > 448 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, const Us& >::value... >::val… 456 …typename = impl::enable_if_t< seq::is_all< std::is_constructible< Ts, Us&& >::value... >::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/bits/ |
| H A D | net.h | 69 is_constructible<_Tp, _Tp&>, is_constructible<_Tp, const _Tp&&> 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/experimental/bits/ |
| H A D | net.h | 69 is_constructible<_Tp, _Tp&>, is_constructible<_Tp, const _Tp&&> 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/ |
| H A D | optional | 638 __or_<is_constructible<_Tp, const optional<_Up>&>, 639 is_constructible<_Tp, optional<_Up>&>, 640 is_constructible<_Tp, const optional<_Up>&&>, 641 is_constructible<_Tp, optional<_Up>&&>, 697 is_constructible<_Tp, _Up&&>, 705 is_constructible<_Tp, _Up&&>, 713 is_constructible<_Tp, const _Up&>, 725 is_constructible<_Tp, const _Up&>, 737 is_constructible<_Tp, _Up&&>, 749 is_constructible<_Tp, _Up&&>, [all …]
|
| /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 | optional | 638 __or_<is_constructible<_Tp, const optional<_Up>&>, 639 is_constructible<_Tp, optional<_Up>&>, 640 is_constructible<_Tp, const optional<_Up>&&>, 641 is_constructible<_Tp, optional<_Up>&&>, 697 is_constructible<_Tp, _Up&&>, 705 is_constructible<_Tp, _Up&&>, 713 is_constructible<_Tp, const _Up&>, 725 is_constructible<_Tp, const _Up&>, 737 is_constructible<_Tp, _Up&&>, 749 is_constructible<_Tp, _Up&&>, [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | __memory | 52 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value; 58 is_constructible<_Tp, _Args..., _Alloc>
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | __memory | 52 = is_constructible<_Tp, allocator_arg_t, _Alloc, _Args...>::value; 58 is_constructible<_Tp, _Args..., _Alloc>
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | unique_any.hpp | 229 static_assert(std::is_constructible<ValueType, const _Vt&>::value, in any_cast() 241 static_assert(std::is_constructible<ValueType, const _Vt&>::value, in any_cast()
|