Home
last modified time | relevance | path

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

/external/rust/cxx/tests/ffi/
Dmodule.rs12 fn c_take_unique_ptr(c: UniquePtr<C>); in c_take_unique_ptr() function
Dtests.cc254 void c_take_unique_ptr(std::unique_ptr<C> c) { in c_take_unique_ptr() function