Searched defs:c_take_slice_r (Results 1 – 2 of 2) sorted by relevance
/external/rust/cxx/tests/ffi/ | ||
D | tests.cc | 306 void c_take_slice_r(rust::Slice<const R> s) { in c_take_slice_r() function |
D | lib.rs | 137 fn c_take_slice_r(s: &[R]); in c_take_slice_r() function |