Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 4 of 4) sorted by relevance

/webrtc/mdns/src/message/
H A Dheader.rs66 Done = 6, enumerator
78 _ => Section::Done, in from()
92 Section::Done => "Done", in fmt()
H A Dbuilder.rs131 Section::Done => return Err(Error::ErrSectionDone), in increment_section_count()
200 self.section = Section::Done; in finish()
H A Dmessage_test.rs847 section: Section::Done, in test_start_error()
1002 section: Section::Done, in test_builder_resource_error()
/webrtc/sctp/src/stream/
H A Dmod.rs545 Done, enumerator
810 ShutdownFut::Done => return Poll::Ready(Ok(())), in poll_shutdown()
829 self.shutdown_fut = ShutdownFut::Done; in poll_shutdown()