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/
H A Dlib.rs99 fn c_return_box() -> Box<R>; in c_return_box() functions
H A Dtests.h93 rust::Box<R> c_return_box();
H A 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()
/third_party/rust/crates/cxx/tests/
H A Dtest.rs43 assert_eq!(2020, ffi::c_return_box().0); in test_c_return()

Completed in 5 milliseconds