Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 25 of 64) sorted by relevance

123

/third_party/rust/crates/cxx/src/
Drust_str.rs10 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
Drust_slice.rs10 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
Dunique_ptr.rs19 repr: MaybeUninit<*mut c_void>, field
252 let mut repr = MaybeUninit::uninit(); in __null() localVariable
259 let mut repr = MaybeUninit::uninit(); in __raw() localVariable
Drust_string.rs11 repr: [MaybeUninit<usize>; mem::size_of::<String>() / mem::size_of::<usize>()], field
Dweak_ptr.rs19 repr: [MaybeUninit<*mut c_void>; 2], field
Dcxx_vector.rs427 let mut repr = MaybeUninit::uninit(); localVariable
438 let mut repr = MaybeUninit::uninit(); localVariable
Drust_vec.rs15 repr: [MaybeUninit<usize>; mem::size_of::<Vec<c_void>>() / mem::size_of::<usize>()], field
/third_party/rust/crates/cxx/include/
Dcxx.h101 std::array<std::uintptr_t, 3> repr; variable
151 std::array<std::uintptr_t, 2> repr; variable
/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs31 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/
Ddiscriminant.rs12 repr: Option<Atom>, field
113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant() localVariable
279 repr: Atom, field
Dattrs.rs34 pub repr: Option<&'a mut Option<Atom>>, field
/third_party/python/Lib/
Ddataclasses.py266 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
Dreprlib.py51 def repr(self, x): member in Repr
161 repr = aRepr.repr variable
/third_party/rust/crates/syn/src/
Dlit.rs133 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
Dbigint.rs14 let mut repr = String::with_capacity(self.digits.len()); in to_string() localVariable
/third_party/rust/crates/aho-corasick/src/
Ddfa.rs21 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/
Dnamespaceobject.c72 PyObject *separator, *pairsrepr, *repr = NULL; in namespace_repr() local
/third_party/rust/crates/cxx/macro/src/
Dexpand.rs320 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
Dload.rs144 let repr = translate_qual_type( in traverse() localVariable
/third_party/rust/crates/syn/codegen/src/
Dvisit.rs86 let repr = &defs.tokens[t]; in visit() localVariable
Dfold.rs66 let repr = &defs.tokens[t]; in visit() localVariable
Dvisit_mut.rs86 let repr = &defs.tokens[t]; in visit() localVariable
/third_party/rust/crates/bindgen/bindgen/codegen/
Dhelpers.rs12 pub fn repr(which: &str) -> TokenStream { in repr() function
/third_party/rust/crates/cxx/gen/src/
Dwrite.rs333 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/
Dabg-default-reporter.cc405 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

123