Home
last modified time | relevance | path

Searched defs:try_next (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/tokio-stream/src/
Dstream_ext.rs55 mod try_next; module
180 fn try_next<T, E>(&mut self) -> TryNext<'_, Self> in try_next() method
/external/rust/crates/const-oid/src/
Darcs.rs51 pub(crate) fn try_next(&mut self) -> Result<Option<Arc>> { in try_next() method
/external/rust/crates/futures-util/src/stream/try_stream/
Dmod.rs71 mod try_next; module
381 fn try_next(&mut self) -> TryNext<'_, Self> in try_next() method
/external/pcre/src/
Dpcre2_study.c970 BOOL try_next = TRUE; in set_start_bits() local
/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs986 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() method
1154 pub fn try_next(&mut self) -> Result<Option<T>, TryRecvError> { in try_next() method
/external/rust/crates/vulkano/src/buffer/
Dcpu_pool.rs346 pub fn try_next(&self, data: T) -> Option<CpuBufferPoolSubbuffer<T, A>> { in try_next() function