| /external/rust/crates/syn/src/gen/ |
| D | visit_mut.rs | 759 V: VisitMut + ?Sized, in visit_abi_mut() 772 V: VisitMut + ?Sized, in visit_angle_bracketed_generic_arguments_mut() 785 V: VisitMut + ?Sized, in visit_arm_mut() 802 V: VisitMut + ?Sized, in visit_assoc_const_mut() 814 V: VisitMut + ?Sized, in visit_assoc_type_mut() 826 V: VisitMut + ?Sized, in visit_attr_style_mut() 838 V: VisitMut + ?Sized, in visit_attribute_mut() 848 V: VisitMut + ?Sized, in visit_bare_fn_arg_mut() 860 pub fn visit_bare_variadic_mut<V>(v: &mut V, node: &mut BareVariadic) in visit_bare_variadic_mut() 877 V: VisitMut + ?Sized, in visit_bin_op_mut() [all …]
|
| D | fold.rs | 762 F: Fold + ?Sized, in fold_abi() 773 ) -> AngleBracketedGenericArguments in fold_angle_bracketed_generic_arguments() 787 F: Fold + ?Sized, in fold_arm() 799 pub fn fold_assoc_const<F>(f: &mut F, node: AssocConst) -> AssocConst in fold_assoc_const() 811 pub fn fold_assoc_type<F>(f: &mut F, node: AssocType) -> AssocType in fold_assoc_type() 823 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 833 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 845 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 856 pub fn fold_bare_variadic<F>(f: &mut F, node: BareVariadic) -> BareVariadic in fold_bare_variadic() 868 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() [all …]
|
| D | visit.rs | 758 V: Visit<'ast> + ?Sized, in visit_abi() 771 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments() 784 V: Visit<'ast> + ?Sized, in visit_arm() 801 V: Visit<'ast> + ?Sized, in visit_assoc_const() 813 V: Visit<'ast> + ?Sized, in visit_assoc_type() 825 V: Visit<'ast> + ?Sized, in visit_attr_style() 837 V: Visit<'ast> + ?Sized, in visit_attribute() 847 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg() 861 V: Visit<'ast> + ?Sized, in visit_bare_variadic() 876 V: Visit<'ast> + ?Sized, in visit_bin_op() [all …]
|
| /external/rust/crates/bytemuck/src/ |
| D | transparent.rs | 129 fn wrap(s: Inner) -> Self in wrap() 132 Inner: Sized, in wrap() 177 fn wrap_slice(s: &[Inner]) -> &[Self] in wrap_slice() 180 Inner: Sized, in wrap_slice() 194 fn wrap_slice_mut(s: &mut [Inner]) -> &mut [Self] in wrap_slice_mut() 197 Inner: Sized, in wrap_slice_mut() 210 fn peel(s: Self) -> Inner in peel() 213 Inner: Sized, in peel() 256 fn peel_slice(s: &[Self]) -> &[Inner] in peel_slice() 259 Inner: Sized, in peel_slice() [all …]
|
| /external/rust/crates/futures-util/src/future/future/ |
| D | mod.rs | 149 Self: Sized, in map() 162 Self: Sized, in map_into() 195 Self: Sized, in then() 225 Self: Sized, in left_future() 255 Self: Sized, in right_future() 278 fn into_stream(self) -> IntoStream<Self> in into_stream() 310 Self: Sized, in flatten() 344 Self: Sized, in flatten_stream() 365 fn fuse(self) -> Fuse<Self> in fuse() 394 Self: Sized, in inspect() [all …]
|
| /external/rust/crates/itertools/src/ |
| D | lib.rs | 448 Self: Sized in interleave() 466 Self: Sized in interleave_shortest() 483 fn intersperse(self, element: Self::Item) -> Intersperse<Self> in intersperse() 505 where Self: Sized, in intersperse_with() 540 Self: Sized in zip_longest() 553 Self: Sized in zip_eq() 583 Self: Sized in batching() 624 where Self: Sized, in group_by() 659 fn chunks(self, size: usize) -> IntoChunks<Self> in chunks() 798 where Self: Sized, in tee() [all …]
|
| /external/rust/crates/futures-util/src/stream/stream/ |
| D | mod.rs | 344 Self: Sized, in map() 387 fn enumerate(self) -> Enumerate<Self> in enumerate() 424 Self: Sized, in filter() 458 Self: Sized, in filter_map() 492 Self: Sized, in then() 524 Self: Sized, in collect() 600 fn concat(self) -> Concat<Self> in concat() 633 fn count(self) -> Count<Self> in count() 694 Self: Sized, in fold() 716 Self: Sized, in any() [all …]
|
| /external/rust/crates/futures-util/src/future/try_future/ |
| D | mod.rs | 174 Self: Sized, in flatten_sink() 220 Self: Sized, in map_ok() 261 Self: Sized, in map_ok_or_else() 311 Self: Sized, in map_err() 343 Self: Sized, in err_into() 353 Self: Sized, in ok_into() 399 Self: Sized, in and_then() 444 Self: Sized, in or_else() 470 Self: Sized, in inspect_ok() 496 Self: Sized, in inspect_err() [all …]
|
| /external/rust/crates/futures-util/src/stream/try_stream/ |
| D | mod.rs | 200 Self: Sized, in err_into() 225 Self: Sized, in map_ok() 250 Self: Sized, in map_err() 298 Self: Sized, in and_then() 324 Self: Sized, in or_else() 338 Self: Sized, in inspect_ok() 351 Self: Sized, in inspect_err() 377 fn into_stream(self) -> IntoStream<Self> in into_stream() 448 Self: Sized, in try_for_each() 478 Self: Sized, in try_skip_while() [all …]
|
| /external/rust/crates/tokio-stream/src/ |
| D | stream_ext.rs | 218 Self: Sized, in map() 260 Self: Sized, in map_while() 305 Self: Sized, in then() 397 Self: Sized, in merge() 435 Self: Sized, in filter() 473 Self: Sized, in filter_map() 536 fn fuse(self) -> Fuse<Self> in fuse() 563 fn take(self, n: usize) -> Take<Self> in take() 595 Self: Sized, in take_while() 618 fn skip(self, n: usize) -> Skip<Self> in skip() [all …]
|
| /external/rust/crates/ahash/src/ |
| D | specialize.rs | 21 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64; in get_hash() 30 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 43 default fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 73 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 81 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 89 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 97 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 105 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 113 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 121 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() [all …]
|
| /external/rust/crates/tower/src/util/ |
| D | mod.rs | 69 Self: Sized, in ready() 82 Self: Sized, in ready_and() 90 Self: Sized, in ready_oneshot() 98 Self: Sized, in oneshot() 113 Self: Sized, in call_all() 182 Self: Sized, in and_then() 251 Self: Sized, in map_response() 319 Self: Sized, in map_err() 548 Self: Sized, in map_result() 608 Self: Sized, in map_request() [all …]
|
| /external/rust/crates/futures-test/src/io/write/ |
| D | mod.rs | 20 fn assert_unmoved_write(self) -> AssertUnmoved<Self> in assert_unmoved_write() 61 fn interleave_pending_write(self) -> InterleavePending<Self> in interleave_pending_write() 94 fn limited_write(self, limit: usize) -> Limited<Self> in limited_write() 133 fn track_closed(self) -> TrackClosed<Self> in track_closed()
|
| /external/rust/crates/toml_edit/src/ |
| D | visit_mut.rs | 162 V: VisitMut + ?Sized, in visit_document_mut() 169 V: VisitMut + ?Sized, in visit_item_mut() 181 V: VisitMut + ?Sized, in visit_table_mut() 186 pub fn visit_inline_table_mut<V>(v: &mut V, node: &mut InlineTable) in visit_inline_table_mut() 193 pub fn visit_table_like_mut<V>(v: &mut V, node: &mut dyn TableLike) in visit_table_like_mut() 204 V: VisitMut + ?Sized, in visit_table_like_kv_mut() 211 V: VisitMut + ?Sized, in visit_array_mut() 218 pub fn visit_array_of_tables_mut<V>(v: &mut V, node: &mut ArrayOfTables) in visit_array_of_tables_mut() 229 V: VisitMut + ?Sized, in visit_value_mut()
|
| D | visit.rs | 144 V: Visit<'doc> + ?Sized, in visit_document() 151 V: Visit<'doc> + ?Sized, in visit_item() 163 V: Visit<'doc> + ?Sized, in visit_table() 170 V: Visit<'doc> + ?Sized, in visit_inline_table() 175 pub fn visit_table_like<'doc, V>(v: &mut V, node: &'doc dyn TableLike) in visit_table_like() 186 V: Visit<'doc> + ?Sized, in visit_table_like_kv() 193 V: Visit<'doc> + ?Sized, in visit_array() 200 pub fn visit_array_of_tables<'doc, V>(v: &mut V, node: &'doc ArrayOfTables) in visit_array_of_tables() 211 V: Visit<'doc> + ?Sized, in visit_value()
|
| /external/rust/crates/num-bigint/src/ |
| D | bigrand.rs | 157 B1: SampleBorrow<Self::X> + Sized, in new() 158 B2: SampleBorrow<Self::X> + Sized, in new() 172 B1: SampleBorrow<Self::X> + Sized, in new_inclusive() 173 B2: SampleBorrow<Self::X> + Sized, in new_inclusive() 187 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() 189 B1: SampleBorrow<Self::X> + Sized, in sample_single() 190 B2: SampleBorrow<Self::X> + Sized, in sample_single() 213 B1: SampleBorrow<Self::X> + Sized, in new() 214 B2: SampleBorrow<Self::X> + Sized, in new() 228 B1: SampleBorrow<Self::X> + Sized, in new_inclusive() [all …]
|
| /external/rust/crates/combine/src/parser/ |
| D | mod.rs | 275 Self: Sized, in parse_mode() 291 Self: Sized, in parse_mode_impl() 311 Self: Sized, in parse_committed_mode() 357 fn by_ref(&mut self) -> &mut Self in by_ref() 381 Self: Sized, in with() 404 Self: Sized, in skip() 428 Self: Sized, in and() 465 Self: Sized, in or() 502 Self: Sized, in then() 541 Self: Sized, in then_partial() [all …]
|
| /external/rust/crates/vulkano/src/image/ |
| D | attachment.rs | 88 allocator: &(impl MemoryAllocator + ?Sized), in new() 107 allocator: &(impl MemoryAllocator + ?Sized), in input_attachment() 129 allocator: &(impl MemoryAllocator + ?Sized), in multisampled() 149 allocator: &(impl MemoryAllocator + ?Sized), in multisampled_input_attachment() 166 allocator: &(impl MemoryAllocator + ?Sized), in with_usage() 187 allocator: &(impl MemoryAllocator + ?Sized), in multisampled_with_usage() 202 allocator: &(impl MemoryAllocator + ?Sized), in multisampled_with_usage_with_layers() 217 allocator: &(impl MemoryAllocator + ?Sized), in sampled() 238 allocator: &(impl MemoryAllocator + ?Sized), in sampled_input_attachment() 262 allocator: &(impl MemoryAllocator + ?Sized), in sampled_multisampled() [all …]
|
| /external/rust/crates/futures-test/src/sink/ |
| D | mod.rs | 19 fn assert_unmoved_sink(self) -> AssertUnmoved<Self> in assert_unmoved_sink() 28 fn interleave_pending_sink(self) -> InterleavePending<Self> in interleave_pending_sink() 74 fn track_closed(self) -> TrackClosed<Self> in track_closed()
|
| /external/rust/crates/rand/src/distributions/ |
| D | uniform.rs | 186 B1: SampleBorrow<X> + Sized, in new() 187 B2: SampleBorrow<X> + Sized, in new() 196 B1: SampleBorrow<X> + Sized, in new_inclusive() 197 B2: SampleBorrow<X> + Sized, in new_inclusive() 242 B1: SampleBorrow<Self::X> + Sized, in new() 243 B2: SampleBorrow<Self::X> + Sized; in new() 252 B1: SampleBorrow<Self::X> + Sized, in new_inclusive() 253 B2: SampleBorrow<Self::X> + Sized; in new_inclusive() 277 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single() 279 B1: SampleBorrow<Self::X> + Sized, in sample_single() [all …]
|
| /external/rust/crates/futures-test/src/io/read/ |
| D | mod.rs | 19 fn assert_unmoved(self) -> AssertUnmoved<Self> in assert_unmoved() 84 fn interleave_pending(self) -> InterleavePending<Self> in interleave_pending() 118 fn limited(self, limit: usize) -> Limited<Self> in limited()
|
| /external/rust/crates/dashmap/src/ |
| D | t.rs | 52 Q: Hash + Eq + ?Sized; in _remove() 57 Q: Hash + Eq + ?Sized; in _remove_if() 62 Q: Hash + Eq + ?Sized; in _remove_if_mut() 66 Self: Sized; in _iter() 70 Self: Sized; in _iter_mut() 75 Q: Hash + Eq + ?Sized; in _get() 80 Q: Hash + Eq + ?Sized; in _get_mut() 85 Q: Hash + Eq + ?Sized; in _try_get() 90 Q: Hash + Eq + ?Sized; in _try_get_mut() 103 Q: Hash + Eq + ?Sized; in _alter() [all …]
|
| /external/rust/crates/winnow/src/ |
| D | parser.rs | 51 Self: core::marker::Sized, in parse() 139 Self: core::marker::Sized, in by_ref() 163 Self: core::marker::Sized, in value() 187 Self: core::marker::Sized, in default_value() 211 Self: core::marker::Sized, in void() 240 Self: core::marker::Sized, in output_into() 266 Self: core::marker::Sized, in recognize() 312 Self: core::marker::Sized, in with_recognized() 337 Self: core::marker::Sized, in span() 386 Self: core::marker::Sized, in with_span() [all …]
|
| /external/rust/crates/tokio/src/io/util/ |
| D | copy_bidirectional.rs | 23 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction() 24 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction() 74 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional() 75 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional()
|
| /external/rust/crates/rand/src/seq/ |
| D | mod.rs | 79 fn choose<R>(&self, rng: &mut R) -> Option<&Self::Item> in choose() 86 fn choose_mut<R>(&mut self, rng: &mut R) -> Option<&mut Self::Item> in choose_mut() 116 where R: Rng + ?Sized; in choose_multiple() 147 R: Rng + ?Sized, in choose_weighted() 175 R: Rng + ?Sized, in choose_weighted_mut() 224 R: Rng + ?Sized, in choose_multiple_weighted() 245 where R: Rng + ?Sized; in shuffle() 267 where R: Rng + ?Sized; in partial_shuffle() 304 fn choose<R>(mut self, rng: &mut R) -> Option<Self::Item> in choose() 373 fn choose_stable<R>(mut self, rng: &mut R) -> Option<Self::Item> in choose_stable() [all …]
|