/third_party/rust/crates/cxx/macro/src/ |
D | derive.rs | 98 let ident = &strct.name.rust; in struct_copy() localVariable 107 let ident = &strct.name.rust; in struct_clone() localVariable 115 let ident = &field.name.rust; in struct_clone() localVariable 136 let ident = &strct.name.rust; in struct_debug() localVariable 154 let ident = &strct.name.rust; in struct_default() localVariable 173 let ident = &strct.name.rust; in struct_ord() localVariable 193 let ident = &strct.name.rust; in struct_partial_ord() localVariable 223 let ident = &enm.name.rust; in enum_copy() localVariable 231 let ident = &enm.name.rust; in enum_clone() localVariable 244 let ident = &enm.name.rust; in enum_debug() localVariable [all …]
|
D | expand.rs | 73 let ident = &ety.name.rust; in expand() localVariable 133 let ident = &ffi.ident; in expand() localVariable 155 let ident = &strct.name.rust; in expand_struct() localVariable 199 let ident = &strct.name.rust; in expand_struct_operators() localVariable 306 let ident = &strct.name.rust; in expand_struct_forbid_drop() localVariable 317 let ident = &enm.name.rust; in expand_enum() localVariable 375 let ident = &ety.name.rust; in expand_cxx_type() localVariable 415 let ident = &ety.name.rust; in expand_cxx_type_assert_pinned() localVariable 727 let ident = &efn.name.rust; in expand_cxx_function_shim() localVariable 819 let ident = &ety.name.rust; in expand_rust_type_import() localVariable [all …]
|
/third_party/rust/crates/cxx/syntax/ |
D | resolve.rs | 13 let ident = ident.ident(); in resolve() localVariable 21 let ident = ident.ident(); in try_resolve() localVariable 27 fn ident(&self) -> &Ident; in ident() method 31 fn ident(&self) -> &Ident { in ident() method 37 fn ident(&self) -> &Ident { in ident() method 43 fn ident(&self) -> &Ident { in ident() method
|
D | types.rs | 73 let ident = &strct.name.rust; in collect() localVariable 98 let ident = &enm.name.rust; in collect() localVariable 118 let ident = &ety.name.rust; in collect() localVariable 135 let ident = &ety.name.rust; in collect() localVariable 156 let ident = &alias.name.rust; in collect() localVariable
|
D | pod.rs | 8 let ident = &ident.rust; in is_guaranteed_pod() localVariable
|
/third_party/rust/crates/syn/codegen/src/ |
D | snapshot.rs | 14 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 18 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 22 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 26 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 147 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl_body() localVariable 230 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 318 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable 335 let ident = Ident::new(name, Span::call_site()); in expand_token_impl() localVariable
|
D | clone.rs | 11 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 61 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 78 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | hash.rs | 21 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 100 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 125 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | eq.rs | 21 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 93 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 116 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | debug.rs | 49 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 115 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 149 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
/third_party/rust/crates/syn/ |
D | syn.json | 5 "ident": "Abi", string 24 "ident": "AngleBracketedGenericArguments", string 54 "ident": "Arm", string 99 "ident": "AssocConst", string 107 "ident": { object 124 "ident": "AssocType", string 132 "ident": { object 149 "ident": "AttrStyle", string 166 "ident": "Attribute", string 189 "ident": "BareFnArg", string [all …]
|
/third_party/skia/third_party/externals/tint/src/ast/ |
D | unary_op_expression_test.cc | 27 auto* ident = Expr("ident"); in TEST_F() local 35 auto* ident = Expr("ident"); in TEST_F() local 44 auto* ident = Expr("ident"); in TEST_F() local
|
D | switch_statement_test.cc | 30 auto* ident = Expr("ident"); in TEST_F() local 42 auto* ident = Expr("ident"); in TEST_F() local 55 auto* ident = Expr("ident"); in TEST_F() local
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | parser_impl_relational_expression_test.cc | 35 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 55 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 75 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 95 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local
|
D | parser_impl_multiplicative_expression_test.cc | 35 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 55 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 75 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local
|
D | parser_impl_additive_expression_test.cc | 35 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 55 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local
|
D | parser_impl_equality_expression_test.cc | 35 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 55 auto* ident = rel->lhs->As<ast::IdentifierExpression>(); in TEST_F() local
|
D | parser_impl_assignment_stmt_test.cc | 35 auto* ident = e->lhs->As<ast::IdentifierExpression>(); in TEST_F() local 63 auto* ident = mem->member->As<ast::IdentifierExpression>(); in TEST_F() local
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | token.h | 70 struct ident { struct 71 struct ident *next; /* Hash chain of identifiers */ argument 73 unsigned char len; /* Length of identifier name */ argument 77 char name[]; /* Actual identifier */ argument 191 struct ident *ident; member
|
/third_party/FreeBSD/sys/sys/ |
D | kernel.h | 135 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 144 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 151 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 160 #define SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument
|
/third_party/gn/src/gn/ |
D | scope.cc | 77 const Value* Scope::GetValue(std::string_view ident, bool counts_as_used) { in GetValue() 82 const Value* Scope::GetValueWithScope(std::string_view ident, in GetValueWithScope() 112 Value* Scope::GetMutableValue(std::string_view ident, in GetMutableValue() 147 const Value* Scope::GetValueWithScope(std::string_view ident, in GetValueWithScope() 159 Value* Scope::SetValue(std::string_view ident, in SetValue() 168 void Scope::RemoveIdentifier(std::string_view ident) { in RemoveIdentifier() 205 void Scope::MarkUsed(std::string_view ident) { in MarkUsed() 229 void Scope::MarkUnused(std::string_view ident) { in MarkUnused()
|
/third_party/rust/crates/syn/src/ |
D | derive.rs | 75 let ident = input.parse::<Ident>()?; in parse() localVariable 94 let ident = input.parse::<Ident>()?; in parse() localVariable 113 let ident = input.parse::<Ident>()?; in parse() localVariable
|
D | meta.rs | 408 let ident = Ident::parse_any(input)?; in parse_meta_path() localVariable 420 let ident = Ident::parse_any(input)?; in parse_meta_path() localVariable
|
/third_party/libsnd/src/ |
D | ogg_vcomment.c | 73 vorbiscomment_read_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident) in vorbiscomment_read_tags() 181 vorbiscomment_write_tags (SF_PRIVATE *psf, ogg_packet *packet, vorbiscomment_ident *ident, const ch… in vorbiscomment_write_tags()
|
/third_party/ninja/src/ |
D | lexer_test.cc | 44 string ident; in TEST() local 59 string ident; in TEST() local
|