Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dattrs.rs463 let attr_cfg: DiplomatBackendAttrCfg = syn::parse_quote!(*); in test_cfgs() localVariable
465 let attr_cfg: DiplomatBackendAttrCfg = syn::parse_quote!(cpp); in test_cfgs() localVariable
467 let attr_cfg: DiplomatBackendAttrCfg = syn::parse_quote!(has = overloading); in test_cfgs() localVariable
469 let attr_cfg: DiplomatBackendAttrCfg = syn::parse_quote!(has = "overloading"); in test_cfgs() localVariable
471 let attr_cfg: DiplomatBackendAttrCfg = in test_cfgs() localVariable