Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/
Dde.rs1875 let unwrap_fn = unwrap_to_variant_closure(params, variant, false); in deserialize_untagged_variant() localVariable
2887 let unwrap_fn = unwrap_to_variant_closure(params, variant, true); in wrap_deserialize_variant_with() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/
H A Dde.rs1875 let unwrap_fn = unwrap_to_variant_closure(params, variant, false); in deserialize_untagged_variant() localVariable
2887 let unwrap_fn = unwrap_to_variant_closure(params, variant, true); in wrap_deserialize_variant_with() localVariable