Searched refs:c_return_box (Results 1 – 4 of 4) sorted by relevance
93 rust::Box<R> c_return_box();
63 rust::Box<R> c_return_box() { in c_return_box() function564 rust::Box<R> c_try_return_box() { return c_return_box(); } in c_try_return_box()
99 fn c_return_box() -> Box<R>; in c_return_box() function
43 assert_eq!(2020, ffi::c_return_box().0); in test_c_return()