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