/external/rust/android-crates-io/crates/zerovec/src/ule/ |
D | plain.rs | 197 type ULE = Self; typedef 199 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 232 type ULE = Self; typedef 234 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 264 type ULE = Self; typedef 266 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 279 type ULE = NonZeroU8; typedef 281 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 300 type ULE = RawBytesULE<4>; typedef 302 fn to_unaligned(self) -> Self::ULE { in to_unaligned() [all …]
|
D | mod.rs | 79 pub unsafe trait ULE interface 168 type ULE: ULE; typedef 175 fn to_unaligned(self) -> Self::ULE; in to_unaligned() 214 fn slice_to_unaligned(slice: &[Self]) -> Option<&[Self::ULE]>; in slice_to_unaligned() 223 fn slice_to_unaligned(slice: &[Self]) -> Option<&[Self::ULE]> { in slice_to_unaligned() 239 fn slice_to_unaligned(_: &[Self]) -> Option<&[Self::ULE]> { in slice_to_unaligned()
|
D | slices.rs | 14 unsafe impl<T: ULE, const N: usize> ULE for [T; N] { impl 23 type ULE = [T::ULE; N]; typedef 25 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
D | niche.rs | 177 type ULE = NichedOptionULE<U::ULE, N>; typedef 179 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
D | chars.rs | 97 type ULE = CharULE; typedef 100 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
D | option.rs | 100 type ULE = OptionULE<T::ULE>; typedef 101 fn to_unaligned(self) -> OptionULE<T::ULE> { in to_unaligned()
|
D | tuple.rs | 47 unsafe impl<$($t: ULE),+> ULE for $name<$($t),+> { impl
|
/external/rust/android-crates-io/crates/tinystr/src/ |
D | ule.rs | 42 type ULE = Self; typedef 45 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 83 type ULE = Self; typedef 86 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
/external/rust/android-crates-io/crates/icu_properties/src/ |
D | bidi.rs | 37 type ULE = zerovec::ule::RawBytesULE<3>; typedef 39 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
D | script.rs | 52 type ULE = <u16 as AsULE>::ULE; typedef 55 fn to_unaligned(self) -> Self::ULE { in to_unaligned() 422 sc_with_ext_ule: &'a <ScriptWithExt as AsULE>::ULE, in get_scx_val_using_trie_val()
|
D | trievalue.rs | 178 type ULE = RawBytesULE<2>; typedef 179 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
/external/rust/android-crates-io/crates/zerovec/src/zerovec/ |
D | slice.rs | 121 pub const fn as_ule_slice(&self) -> &[T::ULE] { in as_ule_slice() 243 pub fn get_ule_ref(&self, index: usize) -> Option<&T::ULE> { in get_ule_ref() 272 pub const fn cast<P>(&self) -> &ZeroSlice<P> in cast() 577 impl<T: AsULE> AsRef<ZeroSlice<T>> for &[T::ULE] { implementation
|
D | mod.rs | 278 fn as_ref(&self) -> &[T::ULE] { in as_ref() 490 P: AsULE<ULE = T::ULE>, in cast() 950 pub fn to_mut_slice(&mut self) -> &mut [T::ULE] { in to_mut_slice() 1055 pub fn into_cow(self) -> Cow<'a, [T::ULE]> { in into_cow()
|
/external/clang/test/SemaTemplate/ |
D | template-id-printing.cpp | 56 namespace ULE { namespace
|
/external/rust/android-crates-io/crates/icu_casemap/src/provider/ |
D | exception_helpers.rs | 218 type ULE = ExceptionBitsULE; typedef 229 type ULE = SlotPresence; typedef
|
D | data.rs | 392 type ULE = CaseMapDataULE; typedef 427 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
D | exceptions_builder.rs | 86 type ULE = ExceptionHeaderULE; typedef
|
/external/rust/android-crates-io/crates/potential_utf/src/ |
D | uchar.rs | 130 type ULE = zerovec::ule::RawBytesULE<3>; typedef 133 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
/external/rust/android-crates-io/crates/zerovec/src/map/ |
D | map.rs | 337 P: AsULE<ULE = K::ULE> + ZeroMapKV<'a, Container = ZeroVec<'a, P>>, in cast_zv_k_unchecked() 379 P: AsULE<ULE = V::ULE> + ZeroMapKV<'a, Container = ZeroVec<'a, P>>, in cast_zv_v_unchecked()
|
D | vecs.rs | 216 fn zvl_get(&self, index: usize) -> Option<&T::ULE> { in zvl_get() 270 fn zvl_get(&self, index: usize) -> Option<&T::ULE> { in zvl_get()
|
/external/rust/android-crates-io/crates/zerovec-derive/examples/ |
D | derives.rs | 25 type ULE = FooULE; typedef
|
/external/rust/android-crates-io/crates/icu_provider/src/ |
D | marker.rs | 308 type ULE = Self; typedef 310 fn to_unaligned(self) -> Self::ULE { in to_unaligned()
|
/external/rust/android-crates-io/crates/icu_collections/src/codepointtrie/ |
D | cptrie.rs | 442 pub fn get32_ule(&self, code_point: u32) -> Option<&T::ULE> { in get32_ule()
|
/external/clang/lib/Sema/ |
D | SemaOverload.cpp | 10993 void Sema::AddOverloadedCallCandidates(UnresolvedLookupExpr *ULE, in AddOverloadedCallCandidates() 11212 UnresolvedLookupExpr *ULE, in BuildRecoveryCallExpr() 11281 UnresolvedLookupExpr *ULE, in buildOverloadedCallSet() 11347 UnresolvedLookupExpr *ULE, in FinishOverloadedCallExpr() 11448 UnresolvedLookupExpr *ULE, in BuildOverloadedCallExpr() 13043 if (UnresolvedLookupExpr *ULE = dyn_cast<UnresolvedLookupExpr>(E)) { in FixOverloadedFunctionReference() local
|
/external/clang/lib/AST/ |
D | ItaniumMangle.cpp | 3447 const UnresolvedLookupExpr *ULE = cast<UnresolvedLookupExpr>(E); in mangleExpression() local
|