Searched defs:c_take_unique_ptr (Results 1 – 2 of 2) sorted by relevance
12 fn c_take_unique_ptr(c: UniquePtr<C>); in c_take_unique_ptr() function
254 void c_take_unique_ptr(std::unique_ptr<C> c) { in c_take_unique_ptr() function