/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | dfa.rs | 399 pub struct Repr<S> { struct 422 impl<S: StateID> Repr<S> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/src/ |
D | repr.rs | 27 pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { in set_repr_unchecked() 42 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 48 pub fn default_repr(&self) -> Repr { in default_repr() 121 fn to_repr(&self) -> Repr; in to_repr() 137 pub struct Repr { struct 141 impl Repr { argument 168 impl std::fmt::Debug for Repr { implementation
|
D | encode.rs | 327 fn to_repr(&self) -> Repr { in to_repr() 336 ) -> Repr { in to_string_repr() 490 fn to_repr(&self) -> Repr { in to_repr() 496 fn to_repr(&self) -> Repr { in to_repr() 501 fn to_f64_repr(f: f64) -> Repr { in to_f64_repr() 519 fn to_repr(&self) -> Repr { in to_repr() 525 fn to_repr(&self) -> Repr { in to_repr()
|
D | key.rs | 94 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 100 pub fn default_repr(&self) -> Repr { in default_repr() 273 fn to_key_repr(key: &str) -> Repr { in to_key_repr() 346 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 352 pub fn default_repr(&self) -> Repr { in default_repr()
|
/aosp_15_r20/external/rust/android-crates-io/crates/regex-automata/src/ |
D | sparse.rs | 617 struct Repr<T: AsRef<[u8]>, S: StateID = usize> { struct 626 impl<T: AsRef<[u8]>, S: StateID> Repr<T, S> { argument 856 impl<'a, S: StateID> Repr<&'a [u8], S> { implementation 931 impl<S: StateID> Repr<Vec<u8>, S> { impl 1011 impl<T: AsRef<[u8]>, S: StateID> fmt::Debug for Repr<T, S> { implementation
|
D | dense.rs | 897 pub(crate) struct Repr<T, S> { struct 924 premultiplied: bool, 929 anchored: bool, 931 start: S, 936 state_count: usize, 954 max_match: S, 978 impl<S: StateID> Repr<Vec<S>, S> { argument 1011 impl<T: AsRef<[S]>, S: StateID> Repr<T, S> { implementation 1297 impl<'a, S: StateID> Repr<&'a [S], S> { implementation 1405 impl<S: StateID> Repr<Vec<S>, S> { impl [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | repr_bitpacked.rs | 126 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct 129 unsafe impl Send for Repr {} implementation 130 unsafe impl Sync for Repr {} implementation 132 impl Repr { implementation 234 impl Drop for Repr { implementation
|
H A D | repr_unpacked.rs | 9 pub(super) struct Repr(Inner); struct 11 impl Repr { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | repr_bitpacked.rs | 126 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct 129 unsafe impl Send for Repr {} implementation 130 unsafe impl Sync for Repr {} implementation 132 impl Repr { impl 234 impl Drop for Repr { implementation
|
H A D | repr_unpacked.rs | 9 pub(super) struct Repr(Inner); struct 11 impl Repr { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | repr_bitpacked.rs | 126 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct 129 unsafe impl Send for Repr {} implementation 130 unsafe impl Sync for Repr {} implementation 132 impl Repr { implementation 234 impl Drop for Repr { implementation
|
H A D | repr_unpacked.rs | 9 pub(super) struct Repr(Inner); struct 11 impl Repr { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | repr_bitpacked.rs | 126 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct 129 unsafe impl Send for Repr {} implementation 130 unsafe impl Sync for Repr {} implementation 132 impl Repr { impl 234 impl Drop for Repr { implementation
|
H A D | repr_unpacked.rs | 9 pub(super) struct Repr(Inner); struct 11 impl Repr { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/io/error/ |
H A D | repr_bitpacked.rs | 126 pub(super) struct Repr(NonNull<()>, PhantomData<ErrorData<Box<Custom>>>); struct 129 unsafe impl Send for Repr {} implementation 130 unsafe impl Sync for Repr {} implementation 132 impl Repr { implementation 234 impl Drop for Repr { implementation
|
H A D | repr_unpacked.rs | 9 pub(super) struct Repr(Inner); struct 11 impl Repr { implementation
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/ |
D | repr.rs | 176 pub enum Repr { enum 194 impl Repr { impl 195 fn from_meta(meta: &Meta) -> Result<Repr, Error> { in from_meta() 231 impl KindRepr for Repr { implementation 245 impl Display for Repr { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/zerocopy-derive/src/ |
D | repr.rs | 176 pub enum Repr { enum 194 impl Repr { impl 195 fn from_meta(meta: &Meta) -> Result<Repr, Error> { in from_meta() 231 impl KindRepr for Repr { implementation 245 impl Display for Repr { implementation
|
/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
H A D | module.py | 22 def Repr(obj, as_ref=True): function 95 def Repr(self, as_ref=True): member in Kind 118 def Repr(self, as_ref=True): member in ReferenceKind 297 def Repr(self, as_ref=True): member in Field 357 def Repr(self, as_ref=True): member in Struct 408 def Repr(self, as_ref=True): member in Union 451 def Repr(self, as_ref=True): member in Array 490 def Repr(self, as_ref=True): member in Map 538 def Repr(self, as_ref=True): member in Parameter 562 def Repr(self, as_ref=True): member in Method [all …]
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | ProcessedNodeInputs.h | 139 union Repr { union 156 Repr() {} in Repr() function 162 Repr(const Repr& rhs) { in Repr() function 188 Repr(Repr&& rhs) noexcept { in Repr() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 642 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
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 749 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 765 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 780 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXSwapRemoval.cpp | 645 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 781 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 797 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 812 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/determinize/ |
H A D | state.rs | 386 struct Repr<'a>(&'a [u8]); struct 388 impl<'a> Repr<'a> { implementation 565 impl<'a> core::fmt::Debug for Repr<'a> { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck_derive/src/ |
D | traits.rs | 1055 enum Repr { enum 1063 impl Repr { impl
|