Searched refs:cpp_impl (Results 1 – 1 of 1) sorted by relevance
19 #define DEFINE_CONVERSION_FUNCTIONS(cpp_impl, wrapper) \ argument20 inline cpp_impl *unwrap(wrapper *w) { \21 return reinterpret_cast<cpp_impl *>(w); \24 inline const cpp_impl *unwrap(const wrapper *w) { \25 return reinterpret_cast<const cpp_impl *>(w); \28 inline wrapper *wrap(cpp_impl *i) { return reinterpret_cast<wrapper *>(i); } \29 inline const wrapper *wrap(const cpp_impl *i) { \