Searched refs:c_take_unique_ptr_string (Results 1 – 5 of 5) sorted by relevance
144 void c_take_unique_ptr_string(std::unique_ptr<std::string> s);
147 fn c_take_unique_ptr_string(s: UniquePtr<CxxString>); in c_take_unique_ptr_string() function
340 void c_take_unique_ptr_string(std::unique_ptr<std::string> s) { in c_take_unique_ptr_string() function
155 check!(ffi::c_take_unique_ptr_string( in test_c_take()