Searched defs:c_take_rust_string (Results 1 – 2 of 2) sorted by relevance
/external/rust/cxx/tests/ffi/ | ||
D | tests.cc | 326 void c_take_rust_string(rust::String s) { in c_take_rust_string() function |
D | lib.rs | 139 fn c_take_rust_string(s: String); in c_take_rust_string() function |