Home
last modified time | relevance | path

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

1234

/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DPdbSymUid.cpp69 CompilandIdRepr repr; in PdbSymUid() local
77 CompilandSymIdRepr repr; in PdbSymUid() local
86 GlobalSymIdRepr repr; in PdbSymUid() local
95 TypeSymIdRepr repr; in PdbSymUid() local
104 FieldListMemberIdRepr repr; in PdbSymUid() local
119 auto repr = repr_cast<CompilandIdRepr>(m_repr); in asCompiland() local
127 auto repr = repr_cast<CompilandSymIdRepr>(m_repr); in asCompilandSym() local
137 auto repr = repr_cast<GlobalSymIdRepr>(m_repr); in asGlobalSym() local
146 auto repr = repr_cast<TypeSymIdRepr>(m_repr); in asTypeSym() local
155 auto repr = repr_cast<FieldListMemberIdRepr>(m_repr); in asFieldListMember() local
/external/rust/cxx/src/
Drust_str.rs7 repr: NonNull<str>, field
12 let repr = NonNull::from(repr); in from() localVariable
Dunique_ptr.rs20 repr: *mut c_void, field
251 let mut repr = ptr::null_mut::<c_void>(); in __null() localVariable
259 let mut repr = ptr::null_mut::<c_void>(); in __raw() localVariable
Drust_string.rs6 repr: String, field
Drust_slice.rs7 pub(crate) repr: NonNull<[()]>, field
/external/rust/cxx/include/
Dcxx.h85 std::array<std::uintptr_t, 3> repr; variable
134 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/python/cpython3/Lib/
Ddataclasses.py244 def __init__(self, default, default_factory, init, repr, hash, compare, argument
300 def __init__(self, init, repr, eq, order, unsafe_hash, frozen): argument
322 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True, argument
809 def _process_class(cls, init, repr, eq, order, unsafe_hash, frozen): argument
998 def dataclass(cls=None, /, *, init=True, repr=True, eq=True, order=False, argument
1171 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/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
256 repr: Atom, field
/external/python/cpython2/Lib/
Drepr.py23 def repr(self, x): member in Repr
132 repr = aRepr.repr variable
/external/fmtlib/test/fuzzing/
Done-arg.cc22 auto repr = assign_from_buf<Repr>(data); in invoke_fmt() local
/external/rust/crates/syn/src/
Dlit.rs136 let repr = self.repr.token.to_string(); in value() localVariable
262 let repr = self.repr.token.to_string(); in value() localVariable
293 let repr = self.repr.token.to_string(); in value() localVariable
324 let repr = self.repr.token.to_string(); in value() localVariable
415 let repr = token.to_string(); in from() localVariable
487 let repr = token.to_string(); in from() localVariable
756 let mut repr = lit.to_string(); in parse_negative_lit() localVariable
935 let repr = token.to_string(); in new() localVariable
1441 let mut repr = value.to_string(); in parse_lit_int() localVariable
/external/crosvm/enumn/src/
Dlib.rs132 let mut repr = None; in testable_derive() localVariable
/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/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
/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

1234