/third_party/rust/crates/cxx/syntax/ |
D | resolve.rs | 27 fn ident(&self) -> &Ident; in ident() 30 impl UnresolvedName for Ident { implementation 31 fn ident(&self) -> &Ident { in ident() 37 fn ident(&self) -> &Ident { in ident() 43 fn ident(&self) -> &Ident { in ident()
|
D | trivial.rs | 21 structs: &UnorderedMap<&'a Ident, &'a Struct>, in required_trivial_reasons() 22 enums: &UnorderedMap<&'a Ident, &'a Enum>, in required_trivial_reasons() 23 cxx: &UnorderedSet<&'a Ident>, in required_trivial_reasons() 24 ) -> UnorderedMap<&'a Ident, Vec<TrivialReason<'a>>> { in required_trivial_reasons()
|
D | atom.rs | 93 impl PartialEq<Atom> for &Ident { implementation
|
D | namespace.rs | 23 pub fn iter(&self) -> Iter<Ident> { in iter()
|
D | attrs.rs | 266 fn parse_rust_name_attribute(meta: &Meta) -> Result<Ident> { in parse_rust_name_attribute()
|
D | symbol.rs | 59 impl Segment for Ident { implementation
|
/third_party/rust/crates/syn/src/ |
D | ident.rs | 31 impl From<Token![_]> for Ident { implementation 32 fn from(token: Token![_]) -> Ident { in from() 75 impl Parse for Ident { implementation 94 impl Token for Ident { implementation
|
D | ext.rs | 82 fn unraw(&self) -> Ident; in unraw() 85 impl IdentExt for Ident { implementation 93 fn unraw(&self) -> Ident { in unraw() 124 impl Sealed for Ident {} implementation
|
D | buffer.rs | 20 Ident(Ident), enumerator 230 pub fn ident(mut self) -> Option<(Ident, Cursor<'a>)> { in ident()
|
/third_party/rust/crates/clap/clap_derive/src/derives/ |
D | into_app.rs | 23 item_name: &Ident, in gen_for_struct() 63 item_name: &Ident, in gen_for_enum()
|
D | value_enum.rs | 39 item_name: &Ident, in gen_for_enum() 74 fn lits(variants: &[(&Variant, Item)]) -> Result<Vec<(TokenStream, Ident)>, syn::Error> { in lits() argument
|
D | parser.rs | 85 item_name: &Ident, in gen_for_struct() 104 item_name: &Ident, in gen_for_enum()
|
D | args.rs | 68 item_name: &Ident, in gen_for_struct() 163 app_var: &Ident, in gen_augment() 640 field_name: &Ident, in gen_parsers()
|
/third_party/rust/crates/syn/tests/ |
D | test_ident.rs | 5 fn parse(s: &str) -> Result<Ident> { in parse() 9 fn new(s: &str) -> Ident { in new()
|
/third_party/rust/crates/proc-macro2/src/ |
D | lib.rs | 552 Ident(Ident), enumerator 920 pub struct Ident { struct 921 inner: imp::Ident, argument 925 impl Ident { argument 991 impl PartialEq for Ident { implementation 997 impl<T> PartialEq<T> for Ident implementation 1006 impl Eq for Ident {} implementation 1008 impl PartialOrd for Ident { implementation 1014 impl Ord for Ident { implementation 1020 impl Hash for Ident { implementation [all …]
|
D | wrapper.rs | 652 pub(crate) enum Ident { enum 657 impl Ident { implementation 698 fn unwrap_nightly(self) -> proc_macro::Ident { in unwrap_nightly() 706 impl PartialEq for Ident { implementation 717 impl<T> PartialEq<T> for Ident implementation 730 impl Display for Ident { implementation 739 impl Debug for Ident { implementation
|
D | fallback.rs | 751 pub(crate) struct Ident { struct 757 impl Ident { impl 844 impl PartialEq for Ident { implementation 850 impl<T> PartialEq<T> for Ident implementation 864 impl Display for Ident { implementation 874 impl Debug for Ident { implementation
|
/third_party/rust/crates/bindgen/bindgen/codegen/ |
D | dyngen.rs | 78 lib_ident: Ident, in get_tokens() 129 ident: Ident, in push()
|
D | impl_partialeq.rs | 79 name_ident: proc_macro2::Ident, in gen_field()
|
/third_party/rust/crates/syn/codegen/src/ |
D | gen.rs | 8 pub fn under_name(name: &str) -> Ident { in under_name()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 166 Value *OpenMPIRBuilder::getOrCreateThreadID(Value *Ident) { in getOrCreateThreadID() 253 Value *Ident = getOrCreateIdent(SrcLocStr); in CreateCancel() local 312 Value *Ident = getOrCreateIdent(SrcLocStr); in CreateParallel() local
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | symbol.rs | 43 impl PartialEq<Symbol> for Ident { implementation 49 impl<'a> PartialEq<Symbol> for &'a Ident { implementation
|
/third_party/rust/crates/quote/src/ |
D | ident_fragment.rs | 45 impl IdentFragment for Ident { implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | ELFObjectFile.cpp | 71 std::pair<unsigned char, unsigned char> Ident = in createELFObjectFile() local
|
/third_party/rust/crates/clap/clap_derive/src/ |
D | item.rs | 251 ident: Ident, in new() 279 fn push_method(&mut self, kind: AttrKind, name: Ident, arg: impl ToTokens) { in push_method() 986 pub fn ident(&self) -> &Ident { in ident() 1214 pub fn new(name: Ident, args: TokenStream) -> Self { in new() 1218 fn from_env(ident: Ident, env_var: &str) -> Result<Option<Self>, syn::Error> { in from_env()
|