Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dwrite.rs1636 let can_construct_from_value = match ty { in write_unique_ptr_common() localVariable
1761 let can_construct_from_value = out.types.is_maybe_trivial(ident); in write_shared_ptr() localVariable
/aosp_15_r20/external/rust/cxx/gen/src/
Dwrite.rs1636 let can_construct_from_value = match ty { in write_unique_ptr_common() localVariable
1761 let can_construct_from_value = out.types.is_maybe_trivial(ident); in write_shared_ptr() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dexpand.rs1440 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_unique_ptr() localVariable
1535 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_shared_ptr() localVariable
/aosp_15_r20/external/rust/cxx/macro/src/
Dexpand.rs1440 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_unique_ptr() localVariable
1535 let can_construct_from_value = types.is_maybe_trivial(ident); in expand_shared_ptr() localVariable