Home
last modified time | relevance | path

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

/external/rust/cxx/macro/src/
Dexpand.rs1150 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_box() localVariable
1198 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_vec() localVariable
1281 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_unique_ptr() localVariable
1375 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_shared_ptr() localVariable
1435 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_weak_ptr() localVariable
1512 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_cxx_vector() localVariable
/external/rust/crates/syn/src/
Dexpr.rs2670 let unsafe_token: Token![unsafe] = input.parse()?; in parse() localVariable