Home
last modified time | relevance | path

Searched defs:c_take_unique_ptr_string (Results 1 – 2 of 2) sorted by relevance

/external/rust/cxx/tests/ffi/
Dtests.cc332 void c_take_unique_ptr_string(std::unique_ptr<std::string> s) { in c_take_unique_ptr_string() function
Dlib.rs140 fn c_take_unique_ptr_string(s: UniquePtr<CxxString>); in c_take_unique_ptr_string() function