Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/include/boost/serialization/
Dnvp.hpp120 struct is_wrapper<const nvp<T> > { struct
121 typedef boost::mpl::true_ type;
124 struct is_wrapper<nvp<T> > { struct
125 typedef boost::mpl::true_ type;
Dwrapper.hpp43 struct is_wrapper { struct
44 typedef typename is_wrapper_impl<const T>::type type;
Dtraits.hpp59 typedef Wrapper is_wrapper; typedef
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A Danv_private.h418 bool is_wrapper:1; member