Home
last modified time | relevance | path

Searched defs:c_take_rust_vec_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/cxx/tests/ffi/
Dtests.cc419 void c_take_rust_vec_string(rust::Vec<rust::String> v) { in c_take_rust_vec_string() function
Dlib.rs155 fn c_take_rust_vec_string(v: Vec<String>); in c_take_rust_vec_string() function