Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/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.rs147 fn c_take_unique_ptr_string(s: UniquePtr<CxxString>); in c_take_unique_ptr_string() function