Home
last modified time | relevance | path

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

/external/rust/cxx/tests/ffi/
Dtests.cc248 void c_take_box(rust::Box<R> r) { in c_take_box() function
Dlib.rs130 fn c_take_box(r: Box<R>); in c_take_box() function