/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
|
/third_party/rust/crates/syn/codegen/src/ |
D | snapshot.rs | 13 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 17 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 21 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 25 let ident = Ident::new(ty, Span::call_site()); in rust_type() localVariable 132 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl_body() localVariable 208 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 276 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | debug.rs | 11 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 65 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 86 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | clone.rs | 11 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 65 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 82 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | hash.rs | 22 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 105 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 130 let ident = Ident::new(&node.ident, Span::call_site()); in expand_impl() localVariable
|
D | eq.rs | 22 let ident = Ident::new(type_name, Span::call_site()); in expand_impl_body() localVariable 88 let ident = Ident::new(f, Span::call_site()); in expand_impl_body() localVariable 111 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": "AttrStyle", string 116 "ident": "Attribute", string 142 "ident": "BareFnArg", string 173 "ident": "BinOp", string 324 "ident": "Binding", string 332 "ident": { object 344 "ident": "Block", 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_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_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_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 | 136 #define C_SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 145 #define SYSINIT(uniquifier, subsystem, order, func, ident) \ argument 152 #define C_SYSUNINIT(uniquifier, subsystem, order, func, ident) \ argument 161 #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/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpvorbisdepay.c | 142 guint32 ident) in gst_rtp_vorbis_depay_has_ident() 223 guint32 ident; in gst_rtp_vorbis_depay_parse_configuration() local 333 rtpvorbisdepay, guint ident, guint8 * configuration, guint size, in gst_rtp_vorbis_depay_parse_inband_configuration() 420 guint32 ident) in gst_rtp_vorbis_depay_switch_codebook() 465 guint32 header, ident; in gst_rtp_vorbis_depay_process() local
|
D | gstrtptheoradepay.c | 210 guint32 ident; in gst_rtp_theora_depay_parse_configuration() local 308 rtptheoradepay, guint ident, guint8 * configuration, guint size, in gst_rtp_theora_depay_parse_inband_configuration() 386 guint32 ident) in gst_rtp_theora_depay_switch_codebook() 430 guint32 header, ident; in gst_rtp_theora_depay_process() local
|
/third_party/rust/crates/syn/src/ |
D | derive.rs | 104 let ident = input.parse::<Ident>()?; in parse() localVariable 123 let ident = input.parse::<Ident>()?; in parse() localVariable 142 let ident = input.parse::<Ident>()?; in parse() localVariable
|
/third_party/ninja/src/ |
D | lexer_test.cc | 44 string ident; in TEST() local 59 string ident; in TEST() local
|
/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()
|