Searched refs:__smart (Results 1 – 2 of 2) sorted by relevance
41 _LIBCPP_HIDE_FROM_ABI explicit inout_ptr_t(_Smart& __smart, _Args... __args) in inout_ptr_t() argument42 : __s_(__smart), __a_(std::forward<_Args>(__args)...), __p_([&__smart] { in inout_ptr_t()44 return __smart; in inout_ptr_t()46 return __smart.get(); in inout_ptr_t()
41 _LIBCPP_HIDE_FROM_ABI explicit out_ptr_t(_Smart& __smart, _Args... __args) in out_ptr_t() argument42 : __s_(__smart), __a_(std::forward<_Args>(__args)...), __p_() { in out_ptr_t()43 using _Ptr = decltype(__smart); in out_ptr_t()