Home
last modified time | relevance | path

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

/external/rust/cxx/macro/src/
Dexpand.rs1260 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_box() localVariable
1318 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_vec() localVariable
1412 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_unique_ptr() localVariable
1497 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_shared_ptr() localVariable
1552 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_weak_ptr() localVariable
1625 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_cxx_vector() localVariable
/external/rust/crates/syn/src/
Dexpr.rs2730 let unsafe_token: Token![unsafe] = input.parse()?; in parse() localVariable