/external/rust/crates/syn/src/gen/ |
D | visit_mut.rs | 782 V: VisitMut + ?Sized, in visit_abi_mut() 795 V: VisitMut + ?Sized, in visit_angle_bracketed_generic_arguments_mut() 813 V: VisitMut + ?Sized, in visit_arm_mut() 832 V: VisitMut + ?Sized, in visit_attr_style_mut() 844 V: VisitMut + ?Sized, in visit_attribute_mut() 855 V: VisitMut + ?Sized, in visit_bare_fn_arg_mut() 869 V: VisitMut + ?Sized, in visit_bin_op_mut() 961 V: VisitMut + ?Sized, in visit_binding_mut() 970 V: VisitMut + ?Sized, in visit_block_mut() 978 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut() [all …]
|
D | fold.rs | 785 F: Fold + ?Sized, in fold_abi() 796 ) -> AngleBracketedGenericArguments in fold_angle_bracketed_generic_arguments() 811 F: Fold + ?Sized, in fold_arm() 827 pub fn fold_attr_style<F>(f: &mut F, node: AttrStyle) -> AttrStyle in fold_attr_style() 839 pub fn fold_attribute<F>(f: &mut F, node: Attribute) -> Attribute in fold_attribute() 852 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg() 867 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op() 959 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding() 970 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block() 980 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes() [all …]
|
D | visit.rs | 781 V: Visit<'ast> + ?Sized, in visit_abi() 794 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments() 812 V: Visit<'ast> + ?Sized, in visit_arm() 831 V: Visit<'ast> + ?Sized, in visit_attr_style() 843 V: Visit<'ast> + ?Sized, in visit_attribute() 854 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg() 868 V: Visit<'ast> + ?Sized, in visit_bin_op() 960 V: Visit<'ast> + ?Sized, in visit_binding() 969 V: Visit<'ast> + ?Sized, in visit_block() 977 pub fn visit_bound_lifetimes<'ast, V>(v: &mut V, node: &'ast BoundLifetimes) in visit_bound_lifetimes() [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 | 446 Self: Sized in interleave() 464 Self: Sized in interleave_shortest() 481 fn intersperse(self, element: Self::Item) -> Intersperse<Self> in intersperse() 503 where Self: Sized, in intersperse_with() 538 Self: Sized in zip_longest() 551 Self: Sized in zip_eq() 581 Self: Sized in batching() 622 where Self: Sized, in group_by() 657 fn chunks(self, size: usize) -> IntoChunks<Self> in chunks() 796 where Self: Sized, in tee() [all …]
|
/external/rust/crates/futures-util/src/stream/stream/ |
D | mod.rs | 341 Self: Sized, in map() 384 fn enumerate(self) -> Enumerate<Self> in enumerate() 421 Self: Sized, in filter() 455 Self: Sized, in filter_map() 486 Self: Sized, in then() 518 Self: Sized, in collect() 594 fn concat(self) -> Concat<Self> in concat() 627 fn count(self) -> Count<Self> in count() 688 Self: Sized, in fold() 710 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() 308 Self: Sized, in map_err() 337 Self: Sized, in err_into() 347 Self: Sized, in ok_into() 393 Self: Sized, in and_then() 438 Self: Sized, in or_else() 464 Self: Sized, in inspect_ok() 490 Self: Sized, in inspect_err() [all …]
|
/external/rust/crates/futures-util/src/stream/try_stream/ |
D | mod.rs | 177 Self: Sized, in err_into() 202 Self: Sized, in map_ok() 227 Self: Sized, in map_err() 275 Self: Sized, in and_then() 301 Self: Sized, in or_else() 315 Self: Sized, in inspect_ok() 328 Self: Sized, in inspect_err() 354 fn into_stream(self) -> IntoStream<Self> in into_stream() 425 Self: Sized, in try_for_each() 455 Self: Sized, in try_skip_while() [all …]
|
/external/rust/crates/ahash/src/ |
D | specialize.rs | 42 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64; in get_hash() 51 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 64 default fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 94 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 102 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 110 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 118 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 126 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 134 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() 142 fn get_hash<H: Hash + ?Sized, B: BuildHasher>(value: &H, build_hasher: &B) -> u64 { in get_hash() [all …]
|
/external/rust/crates/tokio-stream/src/ |
D | stream_ext.rs | 195 Self: Sized, in map() 287 Self: Sized, in merge() 325 Self: Sized, in filter() 363 Self: Sized, in filter_map() 426 fn fuse(self) -> Fuse<Self> in fuse() 453 fn take(self, n: usize) -> Take<Self> in take() 485 Self: Sized, in take_while() 508 fn skip(self, n: usize) -> Skip<Self> in skip() 541 Self: Sized, in skip_while() 696 Self: Sized, in chain() [all …]
|
/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/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/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 …]
|
/external/rust/crates/fallible-iterator/src/ |
D | lib.rs | 170 Self: Sized, in count() 179 Self: Sized, in last() 202 fn step_by(self, step: usize) -> StepBy<Self> in step_by() 220 Self: Sized, in chain() 232 fn zip<I>(self, o: I) -> Zip<Self, I::IntoFallibleIter> in zip() 245 Self: Sized, in map() 255 Self: Sized, in for_each() 267 Self: Sized, in filter() 278 Self: Sized, in filter_map() 287 fn enumerate(self) -> Enumerate<Self> in enumerate() [all …]
|
/external/rust/crates/bstr/src/ |
D | io.rs | 52 fn byte_lines(self) -> ByteLines<Self> in byte_lines() 95 fn byte_records(self, terminator: u8) -> ByteRecords<Self> in byte_records() 138 fn for_byte_line<F>(self, mut for_each_line: F) -> io::Result<()> in for_byte_line() 189 ) -> io::Result<()> in for_byte_record() 242 ) -> io::Result<()> in for_byte_line_with_terminator() 293 ) -> io::Result<()> in for_byte_record_with_terminator()
|
D | ext_vec.rs | 136 Self: Sized; in into_vec() 394 Self: Sized, in into_string() 424 Self: Sized, in into_string_lossy() 465 Self: Sized, in into_string_unchecked() 491 Self: Sized, in into_os_string() 537 Self: Sized, in into_os_string_lossy() 575 Self: Sized, in into_path_buf() 604 Self: Sized, in into_path_buf_lossy()
|
/external/rust/crates/futures-util/src/sink/ |
D | mod.rs | 82 Self: Sized, in with() 123 Self: Sized, in with_flat_map() 146 Self: Sized, in sink_map_err() 156 Self: Sized, in sink_err_into() 177 Self: Sized, in buffer() 196 Self: Sized, in fanout() 271 Self: Sized, in left_sink() 284 Self: Sized, in right_sink()
|
/external/rust/crates/tokio/src/io/util/ |
D | copy_bidirectional.rs | 30 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction() 31 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction() 110 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional() 111 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional()
|
/external/rust/crates/hashlink/src/ |
D | lru_cache.rs | 93 Q: Hash + Eq + ?Sized, in contains_key() 116 Q: Hash + Eq + ?Sized, in peek() 127 Q: Hash + Eq + ?Sized, in peek_mut() 138 Q: Hash + Eq + ?Sized, in get() 149 Q: Hash + Eq + ?Sized, in get_mut() 200 Q: Hash + Eq + ?Sized, in remove() 209 Q: Hash + Eq + ?Sized, in remove_entry()
|
/external/rust/crates/vulkano/src/sync/future/ |
D | mod.rs | 149 Self: Sized, in join() 164 ) -> Result<CommandBufferExecFuture<Self, Cb>, CommandBufferExecError> in then_execute() 180 ) -> Result<CommandBufferExecFuture<Self, Cb>, CommandBufferExecError> in then_execute_same_queue() 194 fn then_signal_semaphore(self) -> SemaphoreSignalFuture<Self> in then_signal_semaphore() 217 Self: Sized, in then_signal_semaphore_and_flush() 229 fn then_signal_fence(self) -> FenceSignalFuture<Self> in then_signal_fence() 242 Self: Sized, in then_signal_fence_and_flush() 263 Self: Sized, in then_swapchain_present() 280 Self: Sized, in then_swapchain_present_incremental()
|
/external/rust/crates/fallible-streaming-iterator/src/ |
D | lib.rs | 66 Self: Sized, in all() 81 Self: Sized, in any() 92 fn by_ref(&mut self) -> &mut Self in by_ref() 103 Self: Sized, in count() 116 Self: Sized, in filter() 126 Self: Sized, in find() 147 Self: Sized, in for_each() 158 fn fuse(self) -> Fuse<Self> in fuse() 172 Self: Sized, in map() 189 Self: Sized, in map_ref() [all …]
|
/external/rust/crates/tokio/src/sync/ |
D | rwlock.rs | 200 pub fn new(value: T) -> RwLock<T> in new() 225 pub fn with_max_readers(value: T, max_reads: u32) -> RwLock<T> in with_max_readers() 252 pub const fn const_new(value: T) -> RwLock<T> in const_new() 275 pub const fn const_with_max_readers(value: T, mut max_reads: u32) -> RwLock<T> in const_with_max_readers() 708 T: Sized, in into_inner()
|
/external/rust/crates/structopt/src/ |
D | lib.rs | 1167 fn from_iter<I>(iter: I) -> Self in from_iter() 1186 Self: Sized, in from_iter_safe() 1205 fn from_subcommand<'a, 'b>(_sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> in from_subcommand()
|
/external/rust/crates/mio/src/ |
D | poll.rs | 474 pub fn register<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in register() 542 pub fn reregister<S>(&self, source: &mut S, token: Token, interests: Interest) -> io::Result<()> in reregister() 605 pub fn deregister<S>(&self, source: &mut S) -> io::Result<()> in deregister()
|