Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust/
Dmod.rs36 fn to_ident(self) -> proc_macro2::Ident; in to_ident() method
40 fn to_ident(self) -> proc_macro2::Ident { in to_ident() method
/external/rust/android-crates-io/crates/pdl-compiler/src/backends/rust_legacy/
Dmod.rs38 fn to_ident(self) -> proc_macro2::Ident; in to_ident() method
42 fn to_ident(self) -> proc_macro2::Ident { in to_ident() method
/external/rust/android-crates-io/crates/diplomat_core/src/ast/
Dtypes.rs1420 fn to_ident(self) -> proc_macro2::Ident { in to_ident() method