Searched refs:c_take_unique_ptr (Results 1 – 4 of 4) sorted by relevance
12 fn c_take_unique_ptr(c: UniquePtr<C>); in c_take_unique_ptr() function
129 void c_take_unique_ptr(std::unique_ptr<C> c);
254 void c_take_unique_ptr(std::unique_ptr<C> c) { in c_take_unique_ptr() function
125 check!(cxx_test_suite::module::ffi::c_take_unique_ptr(unique_ptr)); in test_c_take()