Searched refs:let_cxx_string (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/rust/cxx/tests/ |
D | cxx_string.rs | 8 use cxx::{let_cxx_string, CxxString}; 14 let_cxx_string!(s = "..."); in test_async_cxx_string() 27 let_cxx_string!(s = b"w\"x\'y\xF1\x80\xF1\x80z"); in test_display() 34 let_cxx_string!(s = b"w\"x\'y\xF1\x80z"); in test_debug() 41 let_cxx_string!(s = ""); in test_fmt_write() 50 let_cxx_string!(s = ""); in test_io_write()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/tests/ |
H A D | cxx_string.rs | 8 use cxx::{let_cxx_string, CxxString}; 14 let_cxx_string!(s = "..."); in test_async_cxx_string() 27 let_cxx_string!(s = b"w\"x\'y\xF1\x80\xF1\x80z"); in test_display() 34 let_cxx_string!(s = b"w\"x\'y\xF1\x80z"); in test_debug() 41 let_cxx_string!(s = ""); in test_fmt_write() 50 let_cxx_string!(s = ""); in test_io_write()
|
/aosp_15_r20/system/server_configurable_flags/aconfigd/ |
H A D | lib.rs | 3 use cxx::{let_cxx_string, CxxString, UniquePtr}; 15 let_cxx_string!(root_dir_ = root_dir); in new() 16 let_cxx_string!(persist_storage_records_ = persist_storage_records); in new() 42 let_cxx_string!(messages_string_ = messages_bytes); in handle_socket_request()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/book/src/binding/ |
H A D | cxxstring.md | 18 [`let_cxx_string!`] macro which will pin the string properly. The code below 21 [`let_cxx_string!`]: https://docs.rs/cxx/*/cxx/macro.let_cxx_string.html 32 use cxx::let_cxx_string; 65 let_cxx_string!(key = "name");
|
/aosp_15_r20/tools/netsim/rust/daemon/src/ |
H A D | ffi.rs | 24 use cxx::let_cxx_string; 356 let_cxx_string!(mime_type = mime_type); in put_ok_with_length() 363 let_cxx_string!(mime_type = mime_type); in put_ok() 364 let_cxx_string!(body = body); in put_ok() 368 let_cxx_string!(error_message = error_message); in put_error()
|
/aosp_15_r20/external/rust/cxx/book/src/binding/ |
D | cxxstring.md | 18 [`let_cxx_string!`] macro which will pin the string properly. The code below 21 [`let_cxx_string!`]: https://docs.rs/cxx/*/cxx/macro.let_cxx_string.html 32 use cxx::let_cxx_string; 65 let_cxx_string!(key = "name");
|
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/ |
H A D | chip.rs | 16 use cxx::{let_cxx_string, UniquePtr}; 52 let_cxx_string!(cxx_string_type = string_type); in rust_bluetooth_add() 53 let_cxx_string!(cxx_address = address); in rust_bluetooth_add()
|
H A D | beacon.rs | 25 use cxx::{let_cxx_string, UniquePtr};
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxx-1.0.120/src/ |
H A D | cxx_string.rs | 81 macro_rules! let_cxx_string { macro 86 let_cxx_string => unsafe { cxx_stack_string.init(let_cxx_string) },
|
/aosp_15_r20/external/rust/cxx/src/ |
D | cxx_string.rs | 81 macro_rules! let_cxx_string { macro 86 let_cxx_string => unsafe { cxx_stack_string.init(let_cxx_string) },
|
/aosp_15_r20/tools/netsim/rust/daemon/src/wireless/ |
H A D | bluetooth.rs | 20 use cxx::{let_cxx_string, CxxString, CxxVector}; 178 let_cxx_string!(cxx_address = create_params.address.clone()); in new()
|
/aosp_15_r20/tools/netsim/rust/cli/src/ |
H A D | lib.rs | 39 use cxx::{let_cxx_string, UniquePtr}; 194 let_cxx_string!(server = server); in rust_main()
|