Home
last modified time | relevance | path

Searched refs:raw_u8 (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/cxx/src/symbols/
Dexception.rs15 let raw_u8 = raw_str.cast::<u8>(); in exception() localVariable
16 let nonnull = unsafe { NonNull::new_unchecked(raw_u8) }; in exception()