Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs1268 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_box() localVariable
1326 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_rust_vec() localVariable
1420 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_unique_ptr() localVariable
1505 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_shared_ptr() localVariable
1560 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_weak_ptr() localVariable
1633 let unsafe_token = format_ident!("unsafe", span = begin_span); in expand_cxx_vector() localVariable
/third_party/rust/crates/syn/src/
Dexpr.rs2708 let unsafe_token: Token![unsafe] = input.parse()?; in parse() localVariable
/third_party/rust/crates/syn/
Dsyn.json1861 "unsafe_token": { object