Home
last modified time | relevance | path

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

/third_party/boost/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
/third_party/boost/boost/python/detail/
Dis_wrapper.hpp23 struct is_wrapper struct
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c51 bool is_wrapper(const upb_msgdef* m) { in is_wrapper() function
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h496 bool is_wrapper:1; member