Home
last modified time | relevance | path

Searched defs:is_terminated (Results 1 – 25 of 81) sorted by relevance

1234

/external/rust/crates/futures-core/src/
Dfuture.rs29 fn is_terminated(&self) -> bool; in is_terminated() method
33 fn is_terminated(&self) -> bool { in is_terminated() method
43 fn is_terminated(&self) -> bool { in is_terminated() function
94 fn is_terminated(&self) -> bool { in is_terminated() method
101 fn is_terminated(&self) -> bool { in is_terminated() method
Dstream.rs147 fn is_terminated(&self) -> bool; in is_terminated() method
151 fn is_terminated(&self) -> bool { in is_terminated() method
161 fn is_terminated(&self) -> bool { in is_terminated() function
242 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/crates/futures-util/src/future/try_future/
Dtry_flatten.rs30 fn is_terminated(&self) -> bool { in is_terminated() function
71 fn is_terminated(&self) -> bool { in is_terminated() function
Dinto_future.rs24 fn is_terminated(&self) -> bool { self.future.is_terminated() } in is_terminated() method
Dtry_flatten_err.rs27 fn is_terminated(&self) -> bool { in is_terminated() function
/external/rust/crates/futures-util/src/stream/stream/
Dpeek.rs66 fn is_terminated(&self) -> bool { in is_terminated() method
126 fn is_terminated(&self) -> bool { in is_terminated() method
Dconcat.rs66 fn is_terminated(&self) -> bool { in is_terminated() function
Dcollect.rs37 fn is_terminated(&self) -> bool { in is_terminated() function
Dselect_next_some.rs23 fn is_terminated(&self) -> bool { in is_terminated() method
Dforward.rs39 fn is_terminated(&self) -> bool { in is_terminated() function
Dflatten.rs34 fn is_terminated(&self) -> bool { in is_terminated() function
Dcycle.rs63 fn is_terminated(&self) -> bool { in is_terminated() function
Dnext.rs23 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/crates/futures-util/src/future/future/
Dflatten.rs30 fn is_terminated(&self) -> bool { in is_terminated() function
66 fn is_terminated(&self) -> bool { in is_terminated() function
Dmap.rs37 fn is_terminated(&self) -> bool { in is_terminated() function
Dfuse.rs75 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/crates/futures/tests/
Dstream_select_all.rs2 fn is_terminated() { in is_terminated() function
Dstream_select_next_some.rs2 fn is_terminated() { in is_terminated() function
/external/rust/crates/futures-util/src/sink/
Derr_into.rs52 fn is_terminated(&self) -> bool { in is_terminated() function
/external/rust/crates/futures-util/src/future/
Doption.rs49 fn is_terminated(&self) -> bool { in is_terminated() method
Dlazy.rs44 fn is_terminated(&self) -> bool { self.f.is_none() } in is_terminated() function
/external/rust/crates/futures-util/src/stream/try_stream/
Dtry_collect.rs34 fn is_terminated(&self) -> bool { in is_terminated() function
Dtry_flatten.rs43 fn is_terminated(&self) -> bool { in is_terminated() function
Dinto_stream.rs28 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/crates/futures-util/src/stream/
Drepeat.rs52 fn is_terminated(&self) -> bool { in is_terminated() function

1234