Home
last modified time | relevance | path

Searched refs:decay_t (Results 1 – 25 of 59) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunique_any.hpp58 typename _Vt = std::decay_t<ValueType>,
74 typename = std::enable_if_t<!std::is_same<std::decay_t<ValueType>, unique_any>::value> >
188 using _Vt = std::decay_t<ValueType>; in create()
203 template<typename ValueType, typename _Vt = std::decay_t<ValueType> >
226 template<typename ValueType, typename _Vt = std::decay_t<ValueType> >
238 template<typename ValueType, typename _Vt = std::decay_t<ValueType> >
H A Dwork_task_impl.hpp59 return std::make_shared<WorkTaskImpl<std::decay_t<Fn>, decltype(tuple)>>( in make()
H A Dthread.hpp98 ActorRef<std::decay_t<Object>> actor() { in actor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Daspiring_actor.hpp44 ActorRef<std::decay_t<Object>> self() { in self()
45 return ActorRef<std::decay_t<Object>>(object(), mailbox); in self()
H A Dactor.hpp60 ActorRef<std::decay_t<Object>> self() { in self()
H A Destablished_actor.hpp43 … template <class ArgsTuple, std::size_t ArgCount = std::tuple_size<std::decay_t<ArgsTuple>>::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 Dcompare609 if constexpr (floating_point<decay_t<_Tp>>)
629 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
632 if constexpr (floating_point<decay_t<_Tp>>)
656 if constexpr (floating_point<decay_t<_Tp>>)
678 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
680 if constexpr (floating_point<decay_t<_Tp>>)
725 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
768 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
802 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
836 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
H A Dany108 template<typename _Tp, typename _VTp = decay_t<_Tp>>
194 template <typename _Tp, typename... _Args, typename _VTp = decay_t<_Tp>,
207 typename _VTp = decay_t<_Tp>, typename _Mgr = _Manager<_VTp>,
261 __emplace_t<decay_t<_Tp>, _Args...>
264 using _VTp = decay_t<_Tp>;
274 __emplace_t<decay_t<_Tp>, initializer_list<_Up>&, _Args&&...>
277 using _VTp = decay_t<_Tp>;
500 // The contained value has a decayed type, so if decay_t<U> is not U,
502 if constexpr (!is_same_v<decay_t<_Up>, _Up>)
H A Dthread546 if constexpr(is_invocable_v<decay_t<_Callable>, stop_token,
547 decay_t<_Args>...>)
552 static_assert(is_invocable_v<decay_t<_Callable>,
553 decay_t<_Args>...>,
/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 Dcompare609 if constexpr (floating_point<decay_t<_Tp>>)
629 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
632 if constexpr (floating_point<decay_t<_Tp>>)
656 if constexpr (floating_point<decay_t<_Tp>>)
678 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
680 if constexpr (floating_point<decay_t<_Tp>>)
725 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
768 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
802 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
836 static_assert(same_as<decay_t<_Tp>, decay_t<_Up>>);
H A Dany108 template<typename _Tp, typename _VTp = decay_t<_Tp>>
194 template <typename _Tp, typename... _Args, typename _VTp = decay_t<_Tp>,
207 typename _VTp = decay_t<_Tp>, typename _Mgr = _Manager<_VTp>,
261 __emplace_t<decay_t<_Tp>, _Args...>
264 using _VTp = decay_t<_Tp>;
274 __emplace_t<decay_t<_Tp>, initializer_list<_Up>&, _Args&&...>
277 using _VTp = decay_t<_Tp>;
500 // The contained value has a decayed type, so if decay_t<U> is not U,
502 if constexpr (!is_same_v<decay_t<_Up>, _Up>)
H A Dthread546 if constexpr(is_invocable_v<decay_t<_Callable>, stop_token,
547 decay_t<_Args>...>)
552 static_assert(is_invocable_v<decay_t<_Callable>,
553 decay_t<_Args>...>,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dany49 decay_t<ValueType>& emplace(Args&&... args);
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
161 return &__unique_typeinfo<decay_t<_Tp>>::__id;
204 , class _Tp = decay_t<_ValueType>
214 class _Tp = decay_t<_ValueType>,
224 class _Tp = decay_t<_ValueType>,
250 , class _Tp = decay_t<_ValueType>
259 class _Tp = decay_t<_ValueType>,
268 class _Tp = decay_t<_ValueType>,
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dany49 decay_t<ValueType>& emplace(Args&&... args);
51 decay_t<ValueType>& emplace(initializer_list<U>, Args&&...);
161 return &__unique_typeinfo<decay_t<_Tp>>::__id;
204 , class _Tp = decay_t<_ValueType>
214 class _Tp = decay_t<_ValueType>,
224 class _Tp = decay_t<_ValueType>,
250 , class _Tp = decay_t<_ValueType>
259 class _Tp = decay_t<_ValueType>,
268 class _Tp = decay_t<_ValueType>,
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dcompound_expression.cpp51 valueTypeToExpressionType<std::decay_t<typename R::Value>>(), in Signature()
52 std::vector<type::Type> {valueTypeToExpressionType<std::decay_t<Params>>()...}, in Signature()
75 const R value = evaluate(*fromExpressionValue<std::decay_t<Params>>(*(evaluated[I]))...); in applyImpl()
88 valueTypeToExpressionType<std::decay_t<typename R::Value>>(), in Signature()
105 evaluated.push_back(*fromExpressionValue<std::decay_t<T>>(*evaluatedArg)); in apply()
123 valueTypeToExpressionType<std::decay_t<typename R::Value>>(), in Signature()
124 std::vector<type::Type> {valueTypeToExpressionType<std::decay_t<Params>>()...}, in Signature()
148 …const R value = evaluate(evaluationParameters, *fromExpressionValue<std::decay_t<Params>>(*(evalua… in applyImpl()
164 valueTypeToExpressionType<std::decay_t<typename R::Value>>(), in Signature()
181 evaluated.push_back(*fromExpressionValue<std::decay_t<T>>(*evaluatedArg)); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/
H A Dconversion.hpp88 Convertible(T&& value) : vtable(vtableForType<std::decay_t<T>>()) { in Convertible()
89 …static_assert(sizeof(Storage) >= sizeof(std::decay_t<T>), "Storage must be large enough to hold va… in Convertible()
90 new (static_cast<void*>(&storage)) std::decay_t<T>(std::forward<T>(value)); in Convertible()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Ddecay.hpp42 template <class T> using decay_t = typename decay<T>::type; typedef
/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 Doptional460 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
469 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
538 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
541 is_same<_Tp, decay_t<_Up>>>>,
909 constexpr optional<decay_t<_Tp>>
911 { return optional<decay_t<_Tp>> { std::forward<_Tp>(__t) }; }
H A Dany122 template<typename _Tp, typename _Decayed = decay_t<_Tp>>
220 enable_if_t<!is_same<any, decay_t<_ValueType>>::value, any&>
425 // The contained value has a decayed type, so if decay_t<U> is not U,
427 using __does_not_decay = is_same<decay_t<_Up>, _Up>;
H A Dexecutor230 executor_binder<decay_t<_Tp>, _Executor>>
237 executor_binder<decay_t<_Tp>, __executor_t<_ExecutionContext>>>
386 = async_result<decay_t<_CompletionToken>, _Signature>;
952 { decay_t<_Func>{std::forward<_Func>(__f)}(); }
1554 decay_t<_Func>{std::forward<_Func>(__f)}();
1624 using _Token = __use_future_ct<decay_t<_Func>, _ProtoAllocator>;
1656 using _Token = __use_future_ct<decay_t<_Func>, allocator_type>;
1703 using __result = result_of_t<_Func(decay_t<_Args>...)>;
1942 _Type<__is_error_result<_Args...>::value, decay_t<_Args>...>;
/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 Doptional460 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
469 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
538 __not_<is_same<optional<_Tp>, decay_t<_Up>>>,
541 is_same<_Tp, decay_t<_Up>>>>,
909 constexpr optional<decay_t<_Tp>>
911 { return optional<decay_t<_Tp>> { std::forward<_Tp>(__t) }; }
H A Dany122 template<typename _Tp, typename _Decayed = decay_t<_Tp>>
220 enable_if_t<!is_same<any, decay_t<_ValueType>>::value, any&>
425 // The contained value has a decayed type, so if decay_t<U> is not U,
427 using __does_not_decay = is_same<decay_t<_Up>, _Up>;
H A Dexecutor230 executor_binder<decay_t<_Tp>, _Executor>>
237 executor_binder<decay_t<_Tp>, __executor_t<_ExecutionContext>>>
386 = async_result<decay_t<_CompletionToken>, _Signature>;
952 { decay_t<_Func>{std::forward<_Func>(__f)}(); }
1554 decay_t<_Func>{std::forward<_Func>(__f)}();
1624 using _Token = __use_future_ct<decay_t<_Func>, _ProtoAllocator>;
1656 using _Token = __use_future_ct<decay_t<_Func>, allocator_type>;
1703 using __result = result_of_t<_Func(decay_t<_Args>...)>;
1942 _Type<__is_error_result<_Args...>::value, decay_t<_Args>...>;
/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 Dnet.h63 async_result<decay_t<_CompletionToken>, _Signature, void>::return_type; 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 Dnet.h63 async_result<decay_t<_CompletionToken>, _Signature, void>::return_type; in _GLIBCXX_VISIBILITY()

123