Home
last modified time | relevance | path

Searched refs:segmented_begin_impl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/detail/
Dsegmented_next_impl.hpp29 struct segmented_begin_impl;
142 typename segmented_begin_impl<Sequence, Stack>::type,
165 return segmented_begin_impl<Sequence, Stack>::call(*stack.car.first, stack); in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/sequence/intrinsic/detail/
Dsegmented_begin.hpp31 typename segmented_begin_impl<Sequence, Nil_>::type
39 segmented_begin_impl<Sequence, Nil_>::call(seq, Nil_())); in call()
Dsegmented_begin_impl.hpp90 struct segmented_begin_impl struct