Home
last modified time | relevance | path

Searched refs:parse_lit_into_expr_path (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/serde_derive/src/internals/
Dattr.rs399 if let Ok(path) = parse_lit_into_expr_path(cx, DEFAULT, &m.lit) { in from_ast()
978 if let Ok(path) = parse_lit_into_expr_path(cx, WITH, &m.lit) { in from_ast()
996 if let Ok(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &m.lit) { in from_ast()
1003 if let Ok(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &m.lit) { in from_ast()
1217 if let Ok(path) = parse_lit_into_expr_path(cx, DEFAULT, &m.lit) { in from_ast()
1240 if let Ok(path) = parse_lit_into_expr_path(cx, SKIP_SERIALIZING_IF, &m.lit) { in from_ast()
1247 if let Ok(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &m.lit) { in from_ast()
1254 if let Ok(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &m.lit) { in from_ast()
1261 if let Ok(path) = parse_lit_into_expr_path(cx, WITH, &m.lit) { in from_ast()
1322 if let Ok(path) = parse_lit_into_expr_path(cx, GETTER, &m.lit) { in from_ast()
[all …]