Home
last modified time | relevance | path

Searched defs:deref_data (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/container/map/
Dmap_iterator.hpp85 struct deref_data struct
87 typedef typename Iterator::sequence sequence;
88 typedef typename Iterator::index index;
90 typedef decltype(boost::declval<sequence>().get(index()).second) second_type_;
98 second_type;
100 typedef typename add_reference<second_type>::type type;
104 call(Iterator const& it) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/detail/
Dsegmented_iterator.hpp67 struct deref_data struct
73 type;
76 static type call(It const& it) in call()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/iterator/
Dderef_data.hpp36 struct deref_data struct
45 deref_data(It const& it) in deref_data() function
Dbasic_iterator.hpp69 struct deref_data struct