Home
last modified time | relevance | path

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

1234

/external/rust/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
250 let mut repr = MaybeUninit::uninit(); in __null() localVariable
258 let mut repr = MaybeUninit::uninit(); in __raw() localVariable
Drust_string.rs10 repr: [MaybeUninit<usize>; mem::size_of::<String>() / mem::size_of::<usize>()], field
/external/rust/crates/semver/src/
Didentifier.rs80 repr: NonZeroU64, field
94 let repr = match len as u64 { in new_unchecked() localVariable
168 let repr = if self.is_empty_or_inline() { in clone() localVariable
234 let repr = (ptr as u64 | 1).rotate_right(1); in ptr_to_repr() localVariable
262 let repr = repr.get(); in inline_len() localVariable
/external/rust/cxx/include/
Dcxx.h91 std::array<std::uintptr_t, 3> repr; variable
141 std::array<std::uintptr_t, 2> repr; variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue60/
DCustomOrderTest.java38 Representer repr = new Representer(); in testReversedOrder() local
57 Representer repr = new Representer(); in testUnsorted() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/ruby/
DRubyTest.java60 Representer repr = new Representer(); in testEmitWithTags() local
84 Representer repr = new Representer(); in testEmitWithTags2WithoutTagForParentJavabean() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue67/
DNonAsciiCharsInClassNameTest.java88 Representer repr = new Representer(); in testDumpCustomTag() local
99 Representer repr = new Representer(); in testDumpEscapedTag() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
DRandomKey.java193 List<Double> repr = new ArrayList<Double>(l); in randomPermutation() local
209 List<Double> repr = new ArrayList<Double>(l); in identityPermutation() local
DRandomKeyMutation.java48 List<Double> repr = originalRk.getRepresentation(); in mutate() local
/external/rust/crates/bindgen/src/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
/external/rust/cxx/syntax/
Ddiscriminant.rs12 repr: Option<Atom>, field
113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant() localVariable
278 repr: Atom, field
/external/python/cpython3/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
/external/python/cpython2/Lib/
Drepr.py23 def repr(self, x): member in Repr
132 repr = aRepr.repr variable
/external/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
/external/rust/crates/enumn/src/
Dlib.rs135 let mut repr = None; in derive() localVariable
/external/fmtlib/test/fuzzing/
Done-arg.cc22 auto repr = assign_from_buf<Repr>(data); in invoke_fmt() local
/external/rust/crates/rustversion/src/
Dbound.rs17 let repr = literal.to_string(); in parse() localVariable
/external/llvm/unittests/ADT/
DTwineTest.cpp18 std::string repr(const Twine &Value) { in repr() function
/external/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
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/
DLongTest.java55 Representer repr = new Representer(); in testLongRepresenter() local
/external/snakeyaml/src/test/java/examples/staticstate/
DStaticFieldsWrapperTest.java62 Representer repr = new Representer(); in testLocalTag() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dconstant_utils.cc50 tensorflow::TensorProto repr; in CreateConstOpWithSingleValue() local

1234