Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/
Dfrom_meta.rs123 fn from_expr(expr: &Expr) -> Result<Self> { in from_expr() method
314 fn from_expr(expr: &Expr) -> Result<Self> { in from_expr() method
353 fn from_expr(expr: &Expr) -> Result<Self> { in from_expr() method
376 fn from_expr(expr: &Expr) -> Result<Self> { in from_expr() method
/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/options/
Dmod.rs59 fn from_expr(expr: &syn::Expr) -> Result<Self> { in from_expr() method