Home
last modified time | relevance | path

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

/external/rust/cxx/gen/src/
Dwrite.rs1564 let can_construct_from_value = match ty { in write_unique_ptr_common() localVariable
1681 let can_construct_from_value = out.types.structs.contains_key(ident) in write_shared_ptr() localVariable
/external/rust/cxx/macro/src/
Dexpand.rs1259 let can_construct_from_value = types.structs.contains_key(ident) in expand_unique_ptr() localVariable
1355 let can_construct_from_value = types.structs.contains_key(ident) in expand_shared_ptr() localVariable