Home
last modified time | relevance | path

Searched refs:make_index_sequence (Results 1 – 25 of 38) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/detail/
H A Dindex_sequence.hpp31 struct make_index_sequence struct
33 using type = std::make_index_sequence<N>; argument
59 struct make_index_sequence
61 typename make_index_sequence<N / 2>::type
62 , typename make_index_sequence<N - N / 2>::type
67 struct make_index_sequence<1>
72 struct make_index_sequence<0>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/tao_tuple/28626e99/include/tao/seq/
H A Dmake_integer_sequence.hpp22 using std::make_index_sequence;
74 using make_index_sequence = make_integer_sequence< std::size_t, N >;
77 using index_sequence_for = make_index_sequence< sizeof...( Ts ) >;
H A Dsum.hpp53 T( sizeof( collector< make_index_sequence< N >, ( ( Ns > 0 ) ? Ns : 0 )... > ) - N ) -
54 T( sizeof( collector< make_index_sequence< N >, ( ( Ns < 0 ) ? -Ns : 0 )... > ) - N ) >;
H A Dexclusive_scan.hpp18 template< typename S, typename = make_index_sequence< S::size() > >
H A Dtype_by_index.hpp50 …using type_by_index = impl::unwrap< decltype( impl::get_nth< make_index_sequence< I > >::deduce( s…
H A Dpartial_sum.hpp19 template< std::size_t, typename S, typename = make_index_sequence< S::size() > >
H A Dfold.hpp47 …: fold< OP, typename impl::folder< OP, make_index_sequence< sizeof...( Ns ) / 2 >, sizeof...( Ns )…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/actor/
H A Dmessage.hpp29 invoke(std::make_index_sequence<std::tuple_size<ArgsTuple>::value>()); in operator ()()
53 promise.set_value(ask(std::make_index_sequence<std::tuple_size<ArgsTuple>::value>())); in operator ()()
78 ask(std::make_index_sequence<std::tuple_size<ArgsTuple>::value>()); in operator ()()
H A Destablished_actor.hpp46 emplaceObject(std::forward<ArgsTuple>(args), std::make_index_sequence<ArgCount>{}); in EstablishedActor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/detail/
H A Dindex_sequence.hpp14 using ::boost::fusion::detail::make_index_sequence;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/
H A Das_vector.hpp62 : as_vector_impl<typename make_index_sequence<size>::type> {};
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/
H A Dvector.hpp277 typename detail::make_index_sequence<sizeof...(T)>::type
282 typename detail::make_index_sequence<sizeof...(T)>::type
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dwork_task_impl.hpp23 invoke(std::make_index_sequence<std::tuple_size<P>::value>{}); in operator ()()
H A Dinterpolate.hpp47 return operator()(a, b, t, std::make_index_sequence<N>()); in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/core/
H A Dcall.hpp104 : call_impl_<Fun, Expr, State, Data, typename make_index_sequence<Arity>::type>
H A Dfunction_equal.hpp119 , typename make_index_sequence<proto::arity_of<Expr1>::value>::type()
H A Dactor.hpp100 … , typename Indices = typename detail::make_index_sequence<proto::arity_of<Expr>::value>::type >
/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 Dtuple68 std::make_index_sequence<tuple_size_v<std::decay_t<_Tuple>>>;
H A Darray104 return experimental::__to_array(__a, make_index_sequence<_Nm>{});
/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 Dtuple68 std::make_index_sequence<tuple_size_v<std::decay_t<_Tuple>>>;
H A Darray104 return experimental::__to_array(__a, make_index_sequence<_Nm>{});
/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 Dutility347 /// Alias template make_index_sequence
349 using make_index_sequence = make_integer_sequence<size_t, _Num>;
353 using index_sequence_for = make_index_sequence<sizeof...(_Types)>;
/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 Dutility347 /// Alias template make_index_sequence
349 using make_index_sequence = make_integer_sequence<size_t, _Num>;
353 using index_sequence_for = make_index_sequence<sizeof...(_Types)>;
/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 Darray366 return __debug::__to_array(__a, make_index_sequence<_Nm>{});
378 return __debug::__to_array<1>(__a, make_index_sequence<_Nm>{});
/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 Darray366 return __debug::__to_array(__a, make_index_sequence<_Nm>{});
378 return __debug::__to_array<1>(__a, make_index_sequence<_Nm>{});

12