Home
last modified time | relevance | path

Searched refs:_Vt (Results 1 – 7 of 7) sorted by relevance

/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>,
59 typename = std::enable_if_t<!std::is_same<_Vt, unique_any>::value> >
174 template <typename ValueType, typename _Vt>
175 std::enable_if_t<AllocateOnStack<_Vt>::value>
177 new (&storage.stack) _Vt(std::forward<ValueType>(value)); in createStorage()
180 template <typename ValueType, typename _Vt>
181 std::enable_if_t<!AllocateOnStack<_Vt>::value>
183 storage.dynamic = new _Vt(std::forward<ValueType>(value)); in createStorage()
188 using _Vt = std::decay_t<ValueType>; in create() typedef
189 vtable = vtableForType<_Vt>(); in create()
[all …]
/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 Dvalarray_before.h496 typedef typename _Arg::value_type _Vt; in _GLIBCXX_VISIBILITY()
497 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
541 typedef typename _FirstArg::value_type _Vt; in _GLIBCXX_VISIBILITY()
542 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
562 typedef typename _Clos::value_type _Vt; in _GLIBCXX_VISIBILITY()
563 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
565 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
575 _Vt _M_expr2; in _GLIBCXX_VISIBILITY()
582 typedef typename _Clos::value_type _Vt; in _GLIBCXX_VISIBILITY()
583 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
[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/bits/
H A Dvalarray_before.h496 typedef typename _Arg::value_type _Vt; in _GLIBCXX_VISIBILITY()
497 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
541 typedef typename _FirstArg::value_type _Vt; in _GLIBCXX_VISIBILITY()
542 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
562 typedef typename _Clos::value_type _Vt; in _GLIBCXX_VISIBILITY()
563 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
565 _BinBase2(const _Clos& __e, const _Vt& __t) in _GLIBCXX_VISIBILITY()
575 _Vt _M_expr2; in _GLIBCXX_VISIBILITY()
582 typedef typename _Clos::value_type _Vt; in _GLIBCXX_VISIBILITY()
583 typedef typename __fun<_Oper, _Vt>::result_type value_type; in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__tuple360 template <class _Vt, size_t _Np, size_t ..._Idx>
361 struct __make_tuple_types_flat<array<_Vt, _Np>, __tuple_indices<_Idx...>> {
363 using __value_type = _Vt;
H A Dmemory3348 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3354 ::new((void*)_VSTD::addressof(*__idx)) _Vt;
3366 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3372 ::new((void*)_VSTD::addressof(*__idx)) _Vt;
3386 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3392 ::new((void*)_VSTD::addressof(*__idx)) _Vt();
3404 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3410 ::new((void*)_VSTD::addressof(*__idx)) _Vt();
3424 using _Vt = typename iterator_traits<_ForwardIt>::value_type;
3430 ::new((void*)_VSTD::addressof(*__idx)) _Vt(std::move(*__first));
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__tuple360 template <class _Vt, size_t _Np, size_t ..._Idx>
361 struct __make_tuple_types_flat<array<_Vt, _Np>, __tuple_indices<_Idx...>> {
363 using __value_type = _Vt;
H A Dmemory3348 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3354 ::new((void*)_VSTD::addressof(*__idx)) _Vt;
3366 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3372 ::new((void*)_VSTD::addressof(*__idx)) _Vt;
3386 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3392 ::new((void*)_VSTD::addressof(*__idx)) _Vt();
3404 using _Vt = typename iterator_traits<_ForwardIterator>::value_type;
3410 ::new((void*)_VSTD::addressof(*__idx)) _Vt();
3424 using _Vt = typename iterator_traits<_ForwardIt>::value_type;
3430 ::new((void*)_VSTD::addressof(*__idx)) _Vt(std::move(*__first));
[all …]