Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dext.rs86 fn unraw(&self) -> Ident; in unraw() method
97 fn unraw(&self) -> Ident { in unraw() method
/external/rust/crates/serde_derive/src/
Ddummy.rs43 fn unraw(ident: &Ident) -> String { in unraw() function
/external/rust/crates/num-derive/src/
Dlib.rs126 fn unraw(ident: &Ident) -> String { in unraw() function
/external/rust/crates/proc-macro-hack/src/
Dlib.rs574 fn unraw(ident: &Ident) -> Ident { in unraw() function
/external/rust/crates/quote/src/
Druntime.rs336 let unraw = Ident::new(if is_raw { &id[2..] } else { id }, span); in mk_ident() localVariable
/external/rust/crates/serde_derive/src/internals/
Dattr.rs145 fn unraw(ident: &Ident) -> String { in unraw() function