| /third_party/rust/crates/cxx/src/ |
| D | rust_str.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<str>>() / mem::size_of::<usize>()], field 15 let repr = NonNull::from(repr); in from() localVariable 21 let repr = mem::transmute::<RustStr, NonNull<str>>(self); in as_str() localVariable
|
| D | rust_slice.rs | 10 repr: [MaybeUninit<usize>; mem::size_of::<NonNull<[()]>>() / mem::size_of::<usize>()], field 48 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in as_non_null_ptr() localVariable 54 let repr = unsafe { mem::transmute::<RustSlice, NonNull<[()]>>(rust_slice) }; in len() localVariable
|
| D | unique_ptr.rs | 19 repr: MaybeUninit<*mut c_void>, field 252 let mut repr = MaybeUninit::uninit(); in __null() localVariable 259 let mut repr = MaybeUninit::uninit(); in __raw() localVariable
|
| D | rust_string.rs | 11 repr: [MaybeUninit<usize>; mem::size_of::<String>() / mem::size_of::<usize>()], field
|
| D | weak_ptr.rs | 19 repr: [MaybeUninit<*mut c_void>; 2], field
|
| D | cxx_vector.rs | 427 let mut repr = MaybeUninit::uninit(); localVariable 438 let mut repr = MaybeUninit::uninit(); localVariable
|
| D | rust_vec.rs | 15 repr: [MaybeUninit<usize>; mem::size_of::<Vec<c_void>>() / mem::size_of::<usize>()], field
|
| /third_party/rust/crates/cxx/include/ |
| D | cxx.h | 101 std::array<std::uintptr_t, 3> repr; variable 151 std::array<std::uintptr_t, 2> repr; variable
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | enum_ty.rs | 31 repr: Option<TypeId>, field 44 pub fn repr(&self) -> Option<TypeId> { in repr() method 66 let repr = declaration in from_ty() localVariable
|
| /third_party/rust/crates/cxx/syntax/ |
| D | discriminant.rs | 12 repr: Option<Atom>, field 113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant() localVariable 279 repr: Atom, field
|
| D | attrs.rs | 34 pub repr: Option<&'a mut Option<Atom>>, field
|
| /third_party/python/Lib/ |
| D | dataclasses.py | 266 def __init__(self, default, default_factory, init, repr, hash, compare, argument 324 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument 346 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument 882 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen, argument 1157 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument 1335 repr=True, eq=True, order=False, unsafe_hash=False, argument
|
| D | reprlib.py | 51 def repr(self, x): member in Repr 161 repr = aRepr.repr variable
|
| /third_party/rust/crates/syn/src/ |
| D | lit.rs | 133 let repr = self.repr.token.to_string(); in value() localVariable 263 let repr = self.repr.token.to_string(); in value() localVariable 298 let repr = self.repr.token.to_string(); in value() localVariable 333 let repr = self.repr.token.to_string(); in value() localVariable 432 let repr = token.to_string(); in from() localVariable 508 let repr = token.to_string(); in from() localVariable 782 let mut repr = lit.to_string(); in parse_negative_lit() localVariable 959 let repr = token.to_string(); in new() localVariable 1465 let mut repr = value.to_string(); in parse_lit_int() localVariable
|
| D | bigint.rs | 14 let mut repr = String::with_capacity(self.digits.len()); in to_string() localVariable
|
| /third_party/rust/crates/aho-corasick/src/ |
| D | dfa.rs | 21 fn repr(&self) -> &Repr<S> { in repr() method 147 fn repr(&self) -> &Repr<S> { in repr() method 206 fn repr(&self) -> &Repr<S> { in repr() method 267 fn repr(&self) -> &Repr<S> { in repr() method 334 fn repr(&self) -> &Repr<S> { in repr() method 632 let mut repr = Repr { in build() localVariable
|
| /third_party/python/Objects/ |
| D | namespaceobject.c | 72 PyObject *separator, *pairsrepr, *repr = NULL; in namespace_repr() local
|
| /third_party/rust/crates/cxx/macro/src/ |
| D | expand.rs | 320 let repr = &enm.repr; in expand_enum() localVariable 1409 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_unique_ptr() localVariable 1432 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_unique_ptr() localVariable 1442 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_unique_ptr() localVariable 1697 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_cxx_vector() localVariable 1706 let mut repr = ::cxx::core::mem::MaybeUninit::uninit(); in expand_cxx_vector() localVariable
|
| D | load.rs | 144 let repr = translate_qual_type( in traverse() localVariable
|
| /third_party/rust/crates/syn/codegen/src/ |
| D | visit.rs | 86 let repr = &defs.tokens[t]; in visit() localVariable
|
| D | fold.rs | 66 let repr = &defs.tokens[t]; in visit() localVariable
|
| D | visit_mut.rs | 86 let repr = &defs.tokens[t]; in visit() localVariable
|
| /third_party/rust/crates/bindgen/bindgen/codegen/ |
| D | helpers.rs | 12 pub fn repr(which: &str) -> TokenStream { in repr() function
|
| /third_party/rust/crates/cxx/gen/src/ |
| D | write.rs | 333 let repr = match &enm.repr { in write_enum_decl() localVariable 393 let repr = match &enm.repr { in write_enum() localVariable 415 let repr = match &enm.repr { in check_enum() localVariable
|
| /third_party/libabigail/src/ |
| D | abg-default-reporter.cc | 405 string repr = dif->first_subject() in report() local 702 string repr = f->get_base_class()->get_pretty_representation(); in report() local 978 string repr = in report() local
|