Home
last modified time | relevance | path

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

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