Searched defs:LitStr (Results 1 – 9 of 9) sorted by relevance
/third_party/rust/crates/cxx/syntax/ |
D | doc.rs | 18 pub fn push(&mut self, lit: LitStr) { in push()
|
/third_party/rust/crates/clap/clap_derive/src/ |
D | attr.rs | 66 pub fn lit_str_or_abort(&self) -> &LitStr { in lit_str_or_abort() 183 LitStr(LitStr), enumerator
|
/third_party/rust/crates/syn/src/ |
D | lit.rs | 120 impl LitStr { implementation 558 impl Debug for LitStr { implementation 817 impl Parse for LitStr { implementation 901 impl ToTokens for LitStr { implementation
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 496 pub fn path_attr(attrs: &[Attribute]) -> Result<Option<LitStr>> { in path_attr() 499 fn parser(input: ParseStream) -> Result<LitStr> { in path_attr()
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | attr.rs | 1546 ) -> Result<SerAndDe<&'a syn::LitStr>, ()> { in get_renames() 1554 ) -> Result<(Option<&'a syn::LitStr>, Vec<&'a syn::LitStr>), ()> { in get_multiple_renames() 1585 fn get_lit_str<'a>(cx: &Ctxt, attr_name: Symbol, lit: &'a syn::Lit) -> Result<&'a syn::LitStr, ()> { in get_lit_str() 1594 ) -> Result<&'a syn::LitStr, ()> { in get_lit_str2()
|
/third_party/rust/crates/syn/src/gen/ |
D | fold.rs | 461 fn fold_lit_str(&mut self, i: LitStr) -> LitStr { in fold_lit_str()
|
D | visit_mut.rs | 461 fn visit_lit_str_mut(&mut self, i: &mut LitStr) { in visit_lit_str_mut()
|
D | eq.rs | 1280 impl Eq for LitStr {} implementation
|
D | visit.rs | 460 fn visit_lit_str(&mut self, i: &'ast LitStr) { in visit_lit_str()
|