Home
last modified time | relevance | path

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

12345

/external/rust/android-crates-io/crates/futures-core/src/
Dfuture.rs39 fn is_terminated(&self) -> bool; in is_terminated() method
43 fn is_terminated(&self) -> bool { in is_terminated() method
53 fn is_terminated(&self) -> bool { in is_terminated() function
102 fn is_terminated(&self) -> bool { in is_terminated() method
109 fn is_terminated(&self) -> bool { in is_terminated() method
Dstream.rs148 fn is_terminated(&self) -> bool; in is_terminated() method
152 fn is_terminated(&self) -> bool { in is_terminated() method
162 fn is_terminated(&self) -> bool { in is_terminated() function
241 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dpeek.rs190 fn is_terminated(&self) -> bool { in is_terminated() method
248 fn is_terminated(&self) -> bool { in is_terminated() method
290 fn is_terminated(&self) -> bool { in is_terminated() method
337 fn is_terminated(&self) -> bool { in is_terminated() function
400 fn is_terminated(&self) -> bool { in is_terminated() function
Dconcat.rs59 fn is_terminated(&self) -> bool { in is_terminated() function
Dcollect.rs35 fn is_terminated(&self) -> bool { in is_terminated() function
Dselect_next_some.rs23 fn is_terminated(&self) -> bool { in is_terminated() method
Dforward.rs35 fn is_terminated(&self) -> bool { in is_terminated() function
Dflatten.rs34 fn is_terminated(&self) -> bool { in is_terminated() function
Dcycle.rs59 fn is_terminated(&self) -> bool { in is_terminated() function
Dcatch_unwind.rs59 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/android-crates-io/crates/futures-util/src/future/try_future/
Dtry_flatten.rs31 fn is_terminated(&self) -> bool { in is_terminated() function
72 fn is_terminated(&self) -> bool { in is_terminated() function
Dinto_future.rs24 fn is_terminated(&self) -> bool { in is_terminated() method
Dtry_flatten_err.rs28 fn is_terminated(&self) -> bool { in is_terminated() function
/external/rust/android-crates-io/crates/futures-util/src/future/future/
Dflatten.rs31 fn is_terminated(&self) -> bool { in is_terminated() function
69 fn is_terminated(&self) -> bool { in is_terminated() function
Dmap.rs37 fn is_terminated(&self) -> bool { in is_terminated() function
Dfuse.rs74 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/android-crates-io/crates/futures/tests/
Dstream_select_next_some.rs10 fn is_terminated() { in is_terminated() function
/external/rust/android-crates-io/crates/futures-util/src/sink/
Derr_into.rs54 fn is_terminated(&self) -> bool { in is_terminated() function
/external/rust/android-crates-io/crates/futures-util/src/stream/try_stream/
Dtry_collect.rs31 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
Dtry_next.rs23 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/android-crates-io/crates/futures-util/src/stream/
Dpoll_immediate.rs48 fn is_terminated(&self) -> bool { in is_terminated() method
/external/rust/android-crates-io/crates/futures-util/src/future/
Doption.rs52 fn is_terminated(&self) -> bool { in is_terminated() method
Dlazy.rs46 fn is_terminated(&self) -> bool { in is_terminated() function

12345