Searched defs:c_take_str (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/rust/cxx/tests/ffi/ | ||
D | tests.cc | 286 void c_take_str(rust::Str s) { in c_take_str() function |
D | lib.rs | 140 fn c_take_str(s: &str); in c_take_str() function |