Home
last modified time | relevance | path

Searched defs:ident (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/external/rust/cxx/macro/src/
Dderive.rs101 let ident = &strct.name.rust; in struct_copy() localVariable
110 let ident = &strct.name.rust; in struct_clone() localVariable
118 let ident = &field.name.rust; in struct_clone() localVariable
139 let ident = &strct.name.rust; in struct_debug() localVariable
157 let ident = &strct.name.rust; in struct_default() localVariable
176 let ident = &strct.name.rust; in struct_ord() localVariable
196 let ident = &strct.name.rust; in struct_partial_ord() localVariable
228 let ident = &enm.name.rust; in enum_copy() localVariable
236 let ident = &enm.name.rust; in enum_clone() localVariable
249 let ident = &enm.name.rust; in enum_debug() localVariable
[all …]
Dexpand.rs73 let ident = &ety.name.rust; in expand() localVariable
133 let ident = &ffi.ident; in expand() localVariable
159 let ident = &strct.name.rust; in expand_struct() localVariable
203 let ident = &strct.name.rust; in expand_struct_operators() localVariable
310 let ident = &strct.name.rust; in expand_struct_forbid_drop() localVariable
321 let ident = &enm.name.rust; in expand_enum() localVariable
379 let ident = &ety.name.rust; in expand_cxx_type() localVariable
419 let ident = &ety.name.rust; in expand_cxx_type_assert_pinned() localVariable
728 let ident = &efn.name.rust; in expand_cxx_function_shim() localVariable
820 let ident = &ety.name.rust; in expand_rust_type_import() localVariable
[all …]
/external/rust/cxx/syntax/
Dresolve.rs13 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
Dtypes.rs73 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
/external/sdv/vsomeip/third_party/boost/spirit/example/qi/
Dexpect.cpp61 struct ident : qi::grammar < Iterator, std::string(), qi::space_type> struct
66 id, id_list, qualified_id;
70 ident<Iterator>::ident() : ident::base_type(id_list) { in ident() function in grammars::ident
/external/rust/crates/der_derive/src/choice/
Dvariant.rs66 pub(super) ident: Ident, field
78 let ident = input.ident.clone(); in new() localVariable
103 let ident = &self.ident; in to_decode_tokens() localVariable
114 let ident = &self.ident; in to_encode_value_tokens() localVariable
124 let ident = &self.ident; in to_value_len_tokens() localVariable
146 let ident = &self.ident; in to_tagged_tokens() localVariable
164 let ident = Ident::new("ExampleVariant", Span::call_site()); in simple() localVariable
206 let ident = Ident::new("ExampleVariant", Span::call_site()); in utf8string() localVariable
254 let ident = Ident::new("ExplicitVariant", Span::call_site()); in explicit() localVariable
338 let ident = Ident::new("ImplicitVariant", Span::call_site()); in implicit() localVariable
/external/rust/crates/der_derive/src/
Dvalue_ord.rs16 ident: Ident, field
31 let ident = input.ident; in new() localVariable
73 let ident = &self.ident; in to_tokens() localVariable
134 ident: Ident, field
145 let ident = variant.ident; in new_enum() localVariable
157 let ident = in new_struct() localVariable
172 let ident = &self.ident; in to_tokens() localVariable
Denumerated.rs17 ident: Ident, field
106 let ident = &self.ident; in to_tokens() localVariable
159 ident: Ident, field
195 let ident = &self.ident; in to_try_from_tokens() localVariable
/external/ot-br-posix/tests/unit/
Dtest_logging.cpp43 char ident[20]; in TEST() local
58 char ident[20]; in TEST() local
74 char ident[20]; in TEST() local
90 char ident[20]; in TEST() local
105 char ident[32]; in TEST() local
/external/rust/crates/linkme-impl/src/
Delement.rs15 ident: Ident, field
37 let ident: Ident = input.parse()?; in parse() localVariable
69 let ident: Ident = input.parse()?; in parse() localVariable
77 let ident = if let Some(wild) = content.parse::<Option<Token![_]>>()? { in parse() localVariable
178 let ident = format_ident!("_LINKME_ELEMENT_{}", ident); in parse() localVariable
207 let ident = input.ident; in do_expand() localVariable
/external/rust/crates/pdl-compiler/src/backends/rust_no_allocation/
Dpacket_parser.rs95 let ident = get_integer_type(*width); in generate_packet() localVariable
99 let ident = format_ident!("{}", type_id); in generate_packet() localVariable
102 let ident = format_ident!("{}View", type_id); in generate_packet() localVariable
180 let ident = format_ident!("{type_id}"); in generate_packet() localVariable
183 let ident = format_ident!("{}View", type_id); in generate_packet() localVariable
/external/tcpdump/
Dprint-ascii.c105 hex_and_ascii_print_with_offset(netdissect_options *ndo, const char *ident, in hex_and_ascii_print_with_offset()
165 hex_and_ascii_print(netdissect_options *ndo, const char *ident, in hex_and_ascii_print()
176 const char *ident, const u_char *cp, u_int length, in hex_print_with_offset()
213 const char *ident, const u_char *cp, u_int length) in hex_print()
/external/bcc/libbpf-tools/
Dtcplife.h9 struct ident { struct
10 __u32 pid;
11 char comm[TASK_COMM_LEN];
/external/rust/crates/darling_core/src/codegen/
Dfield.rs20 pub ident: &'a Ident, field
90 let ident = field.ident; in to_tokens() localVariable
124 let ident = field.ident; in to_tokens() localVariable
158 let ident = field.ident; in to_tokens() localVariable
215 let ident = field.ident; in to_tokens() localVariable
244 let ident = self.0.ident; in to_tokens() localVariable
/external/rust/crates/syn-mid/src/
Dpath.rs14 let ident = input.call(Ident::parse_any)?; in parse_path_segment() localVariable
18 let ident = in parse_path_segment() localVariable
/external/rust/crates/thiserror-impl/src/
Dfmt.rs61 let mut ident = take_ident(&mut read); in expand_shorthand() localVariable
128 let ident = input.call(Ident::parse_any)?; in explicit_named_args() localVariable
154 let mut ident = String::new(); in take_ident() localVariable
/external/rust/crates/miette-derive/src/
Dfmt.rs74 let mut ident = take_ident(&mut read); in expand_shorthand() localVariable
122 let ident = input.call(Ident::parse_any)?; in explicit_named_args() localVariable
148 let mut ident = String::new(); in take_ident() localVariable
178 let ident = format_ident!("_{}", int.index, span = int.span); in parse_token_expr() localVariable
Dseverity.rs19 let ident = input.parse::<syn::Ident>()?; in parse() localVariable
31 let ident = content.parse::<syn::Ident>()?; in parse() localVariable
/external/rust/crates/uniffi_checksum_derive/src/
Dlib.rs47 let ident = &variant.ident; in checksum_derive() localVariable
87 let ident = field.ident.as_ref().unwrap(); in checksum_derive() localVariable
/external/rust/crates/darling/examples/
Dsupports_struct.rs11 ident: Option<Ident>, field
20 ident: Ident, field
/external/rust/crates/syn/src/
Dderive.rs75 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
/external/rust/crates/protobuf-codegen/src/gen/rust/
Dident_with_path.rs10 pub ident: RustIdent, field
16 let ident = match path.path.path.pop() { in new() localVariable
/external/rust/crates/darling/tests/
Dhappy_path.rs14 ident: syn::Ident, field
23 ident: syn::Ident, field
/external/rust/crates/der_derive/src/sequence/
Dfield.rs11 pub(super) ident: Ident, field
23 let ident = field.ident.as_ref().cloned().ok_or_else(|| { in new() localVariable
265 let ident = Ident::new("example_field", span); in simple() localVariable
305 let ident = Ident::new("implicit_field", span); in implicit() localVariable
/external/rust/crates/bytemuck_derive/src/
Dtraits.rs22 fn ident(input: &DeriveInput) -> Result<syn::Path>; in ident() method
46 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method
99 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method
121 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method
141 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method
196 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method
265 fn ident(input: &DeriveInput) -> Result<syn::Path> { in ident() method
343 fn ident(_: &DeriveInput) -> Result<syn::Path> { in ident() method

12345678910>>...14