Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc340 void c_take_unique_ptr_string(std::unique_ptr<std::string> s) { in c_take_unique_ptr_string() function
Dlib.rs144 fn c_take_unique_ptr_string(s: UniquePtr<CxxString>); in c_take_unique_ptr_string() function