Home
last modified time | relevance | path

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

12345678910

/external/rust/cxx/macro/src/
Dderive.rs98 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
135 let ident = &strct.name.rust; in struct_debug() localVariable
153 let ident = &strct.name.rust; in struct_default() localVariable
172 let ident = &strct.name.rust; in struct_ord() localVariable
192 let ident = &strct.name.rust; in struct_partial_ord() localVariable
222 let ident = &enm.name.rust; in enum_copy() localVariable
230 let ident = &enm.name.rust; in enum_clone() localVariable
242 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
148 let ident = &strct.name.rust; in expand_struct() localVariable
192 let ident = &strct.name.rust; in expand_struct_operators() localVariable
299 let ident = &strct.name.rust; in expand_struct_forbid_drop() localVariable
310 let ident = &enm.name.rust; in expand_enum() localVariable
367 let ident = &ety.name.rust; in expand_cxx_type() localVariable
407 let ident = &ety.name.rust; in expand_cxx_type_assert_pinned() localVariable
719 let ident = &efn.name.rust; in expand_cxx_function_shim() localVariable
811 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
Dpod.rs8 let ident = &ident.rust; in is_guaranteed_pod() localVariable
/external/rust/crates/der_derive/src/choice/
Dvariant.rs65 pub(super) ident: Ident, field
77 let ident = input.ident.clone(); in new() localVariable
102 let ident = &self.ident; in to_decode_tokens() localVariable
113 let ident = &self.ident; in to_encode_value_tokens() localVariable
123 let ident = &self.ident; in to_value_len_tokens() localVariable
145 let ident = &self.ident; in to_tagged_tokens() localVariable
163 let ident = Ident::new("ExampleVariant", Span::call_site()); in simple() localVariable
205 let ident = Ident::new("ExampleVariant", Span::call_site()); in utf8string() localVariable
253 let ident = Ident::new("ExplicitVariant", Span::call_site()); in explicit() localVariable
337 let ident = Ident::new("ImplicitVariant", Span::call_site()); in implicit() localVariable
/external/rust/crates/der_derive/src/
Dvalue_ord.rs17 ident: Ident, field
32 let ident = input.ident; in new() localVariable
74 let ident = &self.ident; in to_tokens() localVariable
135 ident: Ident, field
146 let ident = variant.ident; in new_enum() localVariable
158 let ident = field in new_struct() localVariable
174 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
Dchoice.rs17 ident: Ident, field
60 let ident = &self.ident; in to_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
89 char ident[32]; in TEST() local
/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/rust/crates/syn-mid/src/
Dpath.rs10 let ident = input.call(Ident::parse_any)?; in parse_path_segment() localVariable
14 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
Dast.rs17 pub ident: Ident, field
25 pub ident: Ident, field
33 pub ident: Ident, field
/external/rust/crates/syn/src/
Dderive.rs104 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
Ditem.rs1018 let ident = input.parse()?; in parse() localVariable
1051 let ident = { in parse() localVariable
1158 ident: Ident, field
1181 let ident: Ident = input.parse()?; in parse() localVariable
1243 let ident: Option<Ident> = input.parse()?; in parse() localVariable
1270 let ident: Ident = input.parse()?; in parse() localVariable
1361 let ident = input.call(Ident::parse_any)?; in parse() localVariable
1508 let ident: Ident = input.parse()?; in parse() localVariable
1686 let ident: Ident = input.parse()?; in parse() localVariable
1776 let ident = input.parse()?; in parse() localVariable
[all …]
Dpath.rs233 let ident: Ident = input.parse()?; in parse() localVariable
328 let ident: Ident = input.parse()?; in const_argument() localVariable
407 let ident = input.call(Ident::parse_any)?; in parse_helper() localVariable
411 let ident = if input.peek(Token![Self]) { in parse_helper() localVariable
520 let ident = Ident::parse_any(input)?; in parse_mod_style() 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/der_derive/src/sequence/
Dfield.rs12 pub(super) ident: Ident, field
24 let ident = field.ident.as_ref().cloned().unwrap_or_else(|| { in new() localVariable
267 let ident = Ident::new("example_field", span); in simple() localVariable
307 let ident = Ident::new("implicit_field", span); in implicit() localVariable
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
D_Activity_.java37 int ident, in attach()
54 int ident, in attach()
72 int ident, in attach()
91 int ident, in attach()
111 int ident, in attach()
132 int ident, in attach()
154 int ident, in attach()
/external/wayland/protocol/
Dgenerate-shm-formats.py40 def drm_format_to_wl(ident): argument
62 ident = parts[1] variable
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs89 let ident = &ast.ident; in bitfield_tuple_struct_impl() localVariable
172 let ident = &ast.ident; in bitfield_enum_with_width_impl() localVariable
232 let ident = &ast.ident; in bitfield_enum_without_width_impl() localVariable
290 let ident = &ast.ident; in get_declare_discriminants_for_enum() localVariable
360 ident: &'a Ident, field
371 let ident = field in get_struct_fields() localVariable
/external/rust/crates/litrs/src/
Dtests.rs152 let ident = TokenTree::from(Ident::new("peter", Span::call_site())); in proc_macro() localVariable
300 let ident = |s: &str| Ident::new(s, Span::call_site()); in bool_try_from_tt() localVariable
/external/libgsm/src/
Dgsm_create.c7 static char const ident[] = "$Header: /tmp_amd/presto/export/kbs/jutta/src/gsm/RCS/gsm_create.c,v 1… variable
/external/apache-commons-bcel/src/examples/Mini/
DASTLetExpr.java132 String ident = idents[i].getName(); in code() local
156 String ident = idents[i].getName(); in byte_code() local

12345678910