Home
last modified time | relevance | path

Searched defs:repr (Results 1 – 25 of 68) 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/node/deps/v8/src/compiler/
Dcsa-load-elimination.cc240 MachineRepresentation repr, in KillOffset()
273 Node* const object, uint32_t offset, MachineRepresentation repr) { in KillOffsetInFresh()
385 MachineRepresentation repr = access.machine_type.representation(); in ReduceStoreToObject() local
513 MachineRepresentation repr = in ComputeLoopState() local
/third_party/node/deps/v8/src/maglev/
Dmaglev-graph-verifier.h42 void CheckValueInputIs(NodeBase* node, int i, ValueRepresentation repr) { in CheckValueInputIs()
Dmaglev-code-gen-state.h153 for (ValueRepresentation repr : compilation_unit()->stack_value_repr()) { in DefineSafepointStackSlots() local
/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
/third_party/rust/crates/syn/codegen/src/
Dvisit.rs86 let repr = &defs.tokens[t]; in visit() localVariable
Dvisit_mut.rs86 let repr = &defs.tokens[t]; in visit() localVariable
Dfold.rs66 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

123