Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/darling_core/src/util/
Dmod.rs7 mod parse_attribute; module
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project-internal/src/pin_project/
Dattribute.rs25 pub(super) fn parse_attribute(args: &TokenStream, input: TokenStream) -> Result<TokenStream> { in parse_attribute() function
/aosp_15_r20/external/rust/cxx/syntax/
Dcfg.rs31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dcfg.rs31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dcfg.rs31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute() function
/aosp_15_r20/external/rust/android-crates-io/crates/derive_arbitrary/src/
Dfield_attributes.rs51 fn parse_attribute(attr: &Attribute) -> Result<FieldConstructor> { in parse_attribute() function
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/
Dattributes.rs325 pub fn parse_attribute(attr: &Attribute) -> syn::Result<impl IntoIterator<Item = Self>> { in parse_attribute() method