Home
last modified time | relevance | path

Searched defs:Sized (Results 1 – 25 of 85) sorted by relevance

1234

/external/rust/crates/syn/src/gen/
Dvisit_mut.rs779 V: VisitMut + ?Sized, in visit_abi_mut()
791 V: VisitMut + ?Sized, in visit_angle_bracketed_generic_arguments_mut()
809 V: VisitMut + ?Sized, in visit_arm_mut()
828 V: VisitMut + ?Sized, in visit_attr_style_mut()
840 V: VisitMut + ?Sized, in visit_attribute_mut()
851 V: VisitMut + ?Sized, in visit_bare_fn_arg_mut()
865 V: VisitMut + ?Sized, in visit_bin_op_mut()
957 V: VisitMut + ?Sized, in visit_binding_mut()
966 V: VisitMut + ?Sized, in visit_block_mut()
974 pub fn visit_bound_lifetimes_mut<V>(v: &mut V, node: &mut BoundLifetimes) in visit_bound_lifetimes_mut()
[all …]
Dfold.rs779 F: Fold + ?Sized, in fold_abi()
790 ) -> AngleBracketedGenericArguments in fold_angle_bracketed_generic_arguments()
804 F: Fold + ?Sized, in fold_arm()
821 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()
846 pub fn fold_bare_fn_arg<F>(f: &mut F, node: BareFnArg) -> BareFnArg in fold_bare_fn_arg()
862 pub fn fold_bin_op<F>(f: &mut F, node: BinOp) -> BinOp in fold_bin_op()
912 pub fn fold_binding<F>(f: &mut F, node: Binding) -> Binding in fold_binding()
923 pub fn fold_block<F>(f: &mut F, node: Block) -> Block in fold_block()
933 pub fn fold_bound_lifetimes<F>(f: &mut F, node: BoundLifetimes) -> BoundLifetimes in fold_bound_lifetimes()
[all …]
Dvisit.rs775 V: Visit<'ast> + ?Sized, in visit_abi()
787 V: Visit<'ast> + ?Sized, in visit_angle_bracketed_generic_arguments()
805 V: Visit<'ast> + ?Sized, in visit_arm()
824 V: Visit<'ast> + ?Sized, in visit_attr_style()
836 V: Visit<'ast> + ?Sized, in visit_attribute()
847 V: Visit<'ast> + ?Sized, in visit_bare_fn_arg()
861 V: Visit<'ast> + ?Sized, in visit_bin_op()
953 V: Visit<'ast> + ?Sized, in visit_binding()
962 V: Visit<'ast> + ?Sized, in visit_block()
970 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/
Dmod.rs149 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/
Dlib.rs378 Self: Sized in interleave()
396 Self: Sized in interleave_shortest()
413 fn intersperse(self, element: Self::Item) -> Intersperse<Self> in intersperse()
435 where Self: Sized, in intersperse_with()
470 Self: Sized in zip_longest()
483 Self: Sized in zip_eq()
513 Self: Sized in batching()
554 where Self: Sized, in group_by()
589 fn chunks(self, size: usize) -> IntoChunks<Self> in chunks()
728 where Self: Sized, in tee()
[all …]
/external/rust/crates/futures-util/src/future/try_future/
Dmod.rs174 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/stream/
Dmod.rs304 Self: Sized, in map()
347 fn enumerate(self) -> Enumerate<Self> in enumerate()
384 Self: Sized, in filter()
418 Self: Sized, in filter_map()
449 Self: Sized, in then()
481 Self: Sized, in collect()
557 fn concat(self) -> Concat<Self> in concat()
619 Self: Sized, in fold()
658 Self: Sized, in flatten()
692 Self: Sized, in flat_map()
[all …]
/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs164 Self: Sized, in err_into()
189 Self: Sized, in map_ok()
214 Self: Sized, in map_err()
262 Self: Sized, in and_then()
288 Self: Sized, in or_else()
302 Self: Sized, in inspect_ok()
315 Self: Sized, in inspect_err()
341 fn into_stream(self) -> IntoStream<Self> in into_stream()
412 Self: Sized, in try_for_each()
442 Self: Sized, in try_skip_while()
[all …]
/external/rust/crates/tokio-stream/src/
Dstream_ext.rs195 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/rand/src/distributions/
Duniform.rs182 B1: SampleBorrow<X> + Sized, in new()
183 B2: SampleBorrow<X> + Sized, in new()
192 B1: SampleBorrow<X> + Sized, in new_inclusive()
193 B2: SampleBorrow<X> + Sized, in new_inclusive()
238 B1: SampleBorrow<Self::X> + Sized, in new()
239 B2: SampleBorrow<Self::X> + Sized; in new()
248 B1: SampleBorrow<Self::X> + Sized, in new_inclusive()
249 B2: SampleBorrow<Self::X> + Sized; in new_inclusive()
273 fn sample_single<R: Rng + ?Sized, B1, B2>(low: B1, high: B2, rng: &mut R) -> Self::X in sample_single()
275 B1: SampleBorrow<Self::X> + Sized, in sample_single()
[all …]
/external/rust/crates/rand/src/seq/
Dmod.rs79 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/bstr/src/
Dio.rs52 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()
Dext_vec.rs138 Self: Sized; in into_vec()
396 Self: Sized, in into_string()
426 Self: Sized, in into_string_lossy()
467 Self: Sized, in into_string_unchecked()
493 Self: Sized, in into_os_string()
539 Self: Sized, in into_os_string_lossy()
577 Self: Sized, in into_path_buf()
606 Self: Sized, in into_path_buf_lossy()
/external/rust/crates/fallible-iterator/src/
Dlib.rs170 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/tokio/src/io/util/
Dcopy_bidirectional.rs30 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction()
31 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in transfer_one_direction()
109 A: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional()
110 B: AsyncRead + AsyncWrite + Unpin + ?Sized, in copy_bidirectional()
Dcopy.rs35 R: AsyncRead + ?Sized, in poll_copy()
36 W: AsyncWrite + ?Sized, in poll_copy()
/external/rust/crates/futures-util/src/sink/
Dmod.rs82 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()
270 Self: Sized, in left_sink()
283 Self: Sized, in right_sink()
/external/rust/crates/hashlink/src/
Dlru_cache.rs93 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/fallible-streaming-iterator/src/
Dlib.rs66 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/structopt/src/
Dlib.rs1110 fn from_iter<I>(iter: I) -> Self in from_iter()
1129 Self: Sized, in from_iter_safe()
1148 fn from_subcommand<'a, 'b>(_sub: (&'b str, Option<&'b clap::ArgMatches<'a>>)) -> Option<Self> in from_subcommand()
/external/rust/crates/tokio/src/sync/
Drwlock.rs200 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()
684 T: Sized, in into_inner()
/external/rust/crates/mio/src/
Dpoll.rs474 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()
/external/rust/crates/protobuf/src/
Dmessage.rs36 fn parse_from(is: &mut CodedInputStream) -> ProtobufResult<Self> in parse_from()
101 fn parse_from_reader(reader: &mut dyn Read) -> ProtobufResult<Self> in parse_from_reader()
112 fn parse_from_bytes(bytes: &[u8]) -> ProtobufResult<Self> in parse_from_bytes()
125 fn parse_from_carllerche_bytes(bytes: &Bytes) -> ProtobufResult<Self> in parse_from_carllerche_bytes()
/external/rust/crates/futures-util/src/io/
Dmod.rs178 Self: Sized, in chain()
357 where Self: AsyncWrite + Sized, in split()
382 fn take(self, limit: u64) -> Take<Self> in take()
584 where Self: Sized, in into_sink()
803 where Self: Sized, in lines()
/external/crosvm/devices/src/virtio/fs/
Dmultikey.rs40 Q: Ord + ?Sized, in get()
56 Q2: Ord + ?Sized, in get_alt()
97 Q: Ord + ?Sized, in remove()

1234