Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/macro/src/
Dexpand.rs1392 let link_null = format!("{}null", prefix); in expand_unique_ptr() localVariable
1480 let link_null = format!("{}null", prefix); in expand_shared_ptr() localVariable
1550 let link_null = format!("{}null", prefix); in expand_weak_ptr() localVariable