Home
last modified time | relevance | path

Searched defs:Repr (Results 1 – 18 of 18) sorted by relevance

/third_party/rust/rust/tests/rustdoc/
Dissue-101743-bold-tag.rs6 pub struct Repr<const B: usize>([i32; B]); struct
13 impl<const B: Word> Repr<B> { impl
Dattributes.rs13 pub struct Repr; struct
/third_party/rust/rust/library/std/src/io/error/
Drepr_bitpacked.rs128 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct
131 unsafe impl Send for Repr {} implementation
132 unsafe impl Sync for Repr {} implementation
134 impl Repr { impl
230 impl Drop for Repr { implementation
Drepr_unpacked.rs10 pub(super) struct Repr(Inner); struct
12 impl Repr { impl
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/test_data/parser/ok/
D0043_complex_assignment.rs3 struct Repr { raw: [u8; 1] } struct
/third_party/rust/rust/tests/ui/match/
Dissue-72896.rs3 type Repr; typedef
8 type Repr = u8; typedef
/third_party/rust/rust/tests/ui/issues/
Dissue-33187.rs15 trait Repr { interface
/third_party/rust/crates/aho-corasick/src/
Ddfa.rs399 pub struct Repr<S> { struct
422 impl<S: StateID> Repr<S> { argument
/third_party/rust/rust/tests/ui/generic-associated-types/
Dissue-89008.rs24 fn line_stream<'a, Repr>(&'a self) -> Self::LineStreamFut<'a, Repr>; in line_stream() argument
32 fn line_stream<'a, Repr>(&'a self) -> Self::LineStreamFut<'a, Repr> { in line_stream() argument
/third_party/rust/rust/tests/ui/associated-types/
Dassociated-types-bound-ambiguity.rs9 type Repr: From<u64> + From<Self>; typedef
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
/third_party/protobuf/python/google/protobuf/pyext/
Dfield.cc20 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
/third_party/python/Lib/
Dreprlib.py36 class Repr: class
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
Dunicodetext.h340 Repr() : data_(NULL), size_(0), capacity_(0), ours_(true), utf8_was_valid_(true) {} in Repr() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/
Dtoken_text.rs10 pub(crate) enum Repr<'a> { enum
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/
Dname.rs22 enum Repr { enum
/third_party/rust/rust/library/std/src/io/
Derror.rs921 impl fmt::Debug for Repr { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h418 const char *Repr; member