Home
last modified time | relevance | path

Searched refs:tuple_cat (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/tuple/
H A Dtuple.hpp800 R tuple_cat( seq::index_sequence< Os... >, seq::index_sequence< Is... >, T v ) in tuple_cat() function
809 R tuple_cat( Ts&&... ts ) in tuple_cat() function
811 …return impl::tuple_cat< R >( typename H::outer_index_sequence(), typename H::inner_index_sequence(… in tuple_cat()
/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 Dmemory_resource245 { return tuple_cat(make_tuple(allocator_arg, *(__ua._M_a)),
251 { return tuple_cat(std::move(__t), make_tuple(*(__ua._M_a))); }
/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 Dmemory_resource245 { return tuple_cat(make_tuple(allocator_arg, *(__ua._M_a)),
251 { return tuple_cat(std::move(__t), make_tuple(*(__ua._M_a))); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dtuple78 template <class... Tuples> tuple<CTypes...> tuple_cat(Tuples&&... tpls); // constexpr in C++14
1194 // tuple_cat
1247 tuple_cat()
1323 tuple_cat(_Tuple0&& __t0, _Tuples&&... __tpls)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dtuple78 template <class... Tuples> tuple<CTypes...> tuple_cat(Tuples&&... tpls); // constexpr in C++14
1194 // tuple_cat
1247 tuple_cat()
1323 tuple_cat(_Tuple0&& __t0, _Tuples&&... __tpls)
/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 Dscoped_allocator191 { return std::tuple_cat(std::tie(outer_allocator()), _M_inner._M_tie()); }
H A Dtuple1543 // Computes the result type of tuple_cat given a set of tuple-like types.
1601 /// tuple_cat
1605 tuple_cat(_Tpls&&... __tpls)
H A Dtype_traits2641 // Internal type trait that allows us to sfinae-protect tuple_cat.
/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 Dscoped_allocator191 { return std::tuple_cat(std::tie(outer_allocator()), _M_inner._M_tie()); }
H A Dtuple1543 // Computes the result type of tuple_cat given a set of tuple-like types.
1601 /// tuple_cat
1605 tuple_cat(_Tpls&&... __tpls)
H A Dtype_traits2641 // Internal type trait that allows us to sfinae-protect tuple_cat.