Searched defs:c_return_box (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/crates/cxx/tests/ffi/ | ||
| D | tests.cc | 63 rust::Box<R> c_return_box() { in c_return_box() function |
| D | lib.rs | 99 fn c_return_box() -> Box<R>; in c_return_box() function |