Home
last modified time | relevance | path

Searched refs:c_return_box (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/crates/cxx/tests/ffi/
Dtests.h93 rust::Box<R> c_return_box();
Dtests.cc63 rust::Box<R> c_return_box() { in c_return_box() function
564 rust::Box<R> c_try_return_box() { return c_return_box(); } in c_try_return_box()
Dlib.rs99 fn c_return_box() -> Box<R>; in c_return_box() function
/third_party/rust/crates/cxx/tests/
Dtest.rs43 assert_eq!(2020, ffi::c_return_box().0); in test_c_return()