Home
last modified time | relevance | path

Searched defs:tracking_level (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dnvp.hpp85 struct tracking_level<nvp< T > > struct
87 typedef mpl::integral_c_tag tag;
88 typedef mpl::int_<track_never> type;
92 struct tracking_level<const nvp< T > > struct
94 typedef mpl::integral_c_tag tag;
95 typedef mpl::int_<track_never> type;
Dshared_ptr.hpp55 struct tracking_level< ::boost::shared_ptr< T > > { struct
56 typedef mpl::integral_c_tag tag;
58 typedef typename mpl::int_< ::boost::serialization::track_never> type;
60 typedef mpl::int_< ::boost::serialization::track_never> type;
210 struct tracking_level< ::std::shared_ptr< T > > { struct
211 typedef mpl::integral_c_tag tag;
212 typedef mpl::int_< ::boost::serialization::track_never> type;
Dvariant.hpp167 struct tracking_level< struct
170 typedef mpl::integral_c_tag tag;
171 typedef mpl::int_< ::boost::serialization::track_always> type;
Dbitset.hpp69 struct tracking_level<std::bitset<size> > struct
Dtracking.hpp74 struct tracking_level : struct
Dcomplex.hpp75 struct tracking_level<std::complex< T > > struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/archive/impl/
Dbasic_xml_grammar.hpp155 tracking_type tracking_level; member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/src/
Dbasic_iarchive.cpp148 tracking_type tracking_level; member in boost::archive::detail::basic_iarchive_impl::cobject_id