Searched defs:is_wrapper (Results 1 – 6 of 6) sorted by relevance
120 struct is_wrapper<const nvp<T> > { struct121 typedef boost::mpl::true_ type;124 struct is_wrapper<nvp<T> > { struct125 typedef boost::mpl::true_ type;
43 struct is_wrapper { struct44 typedef typename is_wrapper_impl<const T>::type type;
59 typedef Wrapper is_wrapper; typedef
23 struct is_wrapper struct
51 bool is_wrapper(const upb_msgdef* m) { in is_wrapper() function
496 bool is_wrapper:1; member