Searched refs:let_cxx_string (Results 1 – 3 of 3) sorted by relevance
1 use cxx::{let_cxx_string, CxxString};6 let_cxx_string!(s = "..."); in test_async_cxx_string()19 let_cxx_string!(s = "x\"y\'z"); in test_debug()
18 [`let_cxx_string!`] macro which will pin the string properly. The code below21 [`let_cxx_string!`]: https://docs.rs/cxx/*/cxx/macro.let_cxx_string.html32 use cxx::let_cxx_string;65 let_cxx_string!(key = "name");
81 macro_rules! let_cxx_string { macro86 let_cxx_string => unsafe { cxx_stack_string.init(let_cxx_string) },