Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/serde_derive/src/internals/
Dattr.rs400 if let Some(path) = parse_lit_into_expr_path(cx, DEFAULT, &meta)? { in from_ast()
896 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
912 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
917 if let Some(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &meta)? { in from_ast()
1144 if let Some(path) = parse_lit_into_expr_path(cx, DEFAULT, &meta)? { in from_ast()
1163 if let Some(path) = parse_lit_into_expr_path(cx, SKIP_SERIALIZING_IF, &meta)? { in from_ast()
1168 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
1173 if let Some(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &meta)? { in from_ast()
1178 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
1222 if let Some(path) = parse_lit_into_expr_path(cx, GETTER, &meta)? { in from_ast()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.197/src/internals/
H A Dattr.rs400 if let Some(path) = parse_lit_into_expr_path(cx, DEFAULT, &meta)? { in from_ast()
896 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
912 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
917 if let Some(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &meta)? { in from_ast()
1144 if let Some(path) = parse_lit_into_expr_path(cx, DEFAULT, &meta)? { in from_ast()
1163 if let Some(path) = parse_lit_into_expr_path(cx, SKIP_SERIALIZING_IF, &meta)? { in from_ast()
1168 if let Some(path) = parse_lit_into_expr_path(cx, SERIALIZE_WITH, &meta)? { in from_ast()
1173 if let Some(path) = parse_lit_into_expr_path(cx, DESERIALIZE_WITH, &meta)? { in from_ast()
1178 if let Some(path) = parse_lit_into_expr_path(cx, WITH, &meta)? { in from_ast()
1222 if let Some(path) = parse_lit_into_expr_path(cx, GETTER, &meta)? { in from_ast()
[all …]